Class: Aws::EventBridgeV2::Types::UpdateEventSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::UpdateEventSourceResponse
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#state ⇒ String
Lifecycle state of an EventSource.
Instance Attribute Details
#event_bus_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an event bus.
2966 2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2966 class UpdateEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#event_source_arn ⇒ String
EventSource ARN: event-sourcev2/
2966 2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2966 class UpdateEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time the EventSource was last modified.
2966 2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2966 class UpdateEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :state, :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/
2966 2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2966 class UpdateEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Lifecycle state of an EventSource. Revocation is reported by the Revoked flag.
2966 2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2966 class UpdateEventSourceResponse < Struct.new( :event_source_arn, :name, :event_bus_arn, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |