Class: Aws::EventBridgeV2::Types::DescribeEventSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::DescribeEventSourceResponse
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::EventSourceConfiguration
Discriminated EventSource configuration.
-
#creation_time ⇒ Time
The time the EventSource was created.
-
#description ⇒ String
Free-text description.
-
#event_bus_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an event bus.
-
#event_source_arn ⇒ String
EventSource ARN: event-sourcev2/
/ / . -
#last_modified_time ⇒ Time
The time the EventSource was last modified.
-
#name ⇒ String
EventSource name.
-
#revoked ⇒ Boolean
True when the bus owner has withdrawn this EventSource.
-
#state ⇒ String
Lifecycle state of an EventSource.
Instance Attribute Details
#configuration ⇒ Types::EventSourceConfiguration
Discriminated EventSource configuration. Exactly one variant must be set.
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the EventSource was created.
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Free-text description. Used by every resource type that has one: event buses, subscribers, and event sources.
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#event_bus_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an event bus.
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#event_source_arn ⇒ String
EventSource ARN: event-sourcev2/
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time the EventSource was last modified.
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
EventSource name. First character alphanumeric; the rest may add
'.', '-', '_'. Names may not begin with the reserved "aws."
prefix. The grammar matches the ARN local-name segment in
EventSourceArn (event-sourcev2/
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#revoked ⇒ Boolean
True when the bus owner has withdrawn this EventSource. Present only when true, so an absent member means the EventSource is not revoked. Revocation is terminal: it never returns to false. Mutating operations on a revoked EventSource fail with InvalidStateException, except DeleteEventSource, which stays available so a revoked EventSource can still be cleaned up.
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Lifecycle state of an EventSource. Revocation is reported by the Revoked flag.
807 808 809 810 811 812 813 814 815 816 817 818 819 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 807 class DescribeEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :configuration, :description, :state, :revoked, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |