Class: Aws::EventBridgeV2::Types::UpdateEventSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration ⇒ Types::EventSourceConfiguration

Discriminated EventSource configuration. Exactly one variant must be set.



2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2925

class UpdateEventSourceRequest < Struct.new(
  :event_source_arn,
  :configuration,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

Free-text description. Used by every resource type that has one: event buses, subscribers, and event sources.

Returns:

  • (String)


2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2925

class UpdateEventSourceRequest < Struct.new(
  :event_source_arn,
  :configuration,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#event_source_arn ⇒ String

EventSource ARN: event-sourcev2///. The type segment is set by the service (aws.service for AWS service events, aws.partner for partner events) and is not part of the resource's name. The id segment is a 25-character identifier generated by the service.

Returns:

  • (String)


2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2925

class UpdateEventSourceRequest < Struct.new(
  :event_source_arn,
  :configuration,
  :description)
  SENSITIVE = []
  include Aws::Structure
end