Class: Aws::EventBridgeV2::Types::UpdateSubscriberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::UpdateSubscriberResponse
- 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.
-
#last_modified_time ⇒ Time
The time the subscriber was last modified.
-
#name ⇒ String
Name of a subscriber.
-
#point_in_time_configuration ⇒ Types::PointInTimeConfiguration
Point-in-time configuration for a subscriber.
-
#starting_position ⇒ String
Starting position for a subscriber.
-
#state ⇒ String
Customer-controlled run state of a subscriber, set on create or update.
-
#subscriber_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies a subscriber.
-
#type ⇒ String
Delivery ordering mode of a subscriber: FIFO delivers events in order within an event group; UNORDERED delivers without an ordering guarantee.
Instance Attribute Details
#event_bus_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies an event bus.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time the subscriber was last modified.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a subscriber. The first character must be alphanumeric; the remaining characters may also include '.', '-', and '_'.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#point_in_time_configuration ⇒ Types::PointInTimeConfiguration
Point-in-time configuration for a subscriber. Only applicable when StartingPosition is POINT_IN_TIME.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#starting_position ⇒ String
Starting position for a subscriber.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Customer-controlled run state of a subscriber, set on create or update. Distinct from the bus lifecycle vocabulary, where ACTIVE means "provisioned and healthy". Delivery requires State RUNNING on a subscriber that is not revoked.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#subscriber_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies a subscriber.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Delivery ordering mode of a subscriber: FIFO delivers events in order within an event group; UNORDERED delivers without an ordering guarantee.
3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 3170 class UpdateSubscriberResponse < Struct.new( :subscriber_arn, :name, :event_bus_arn, :type, :starting_position, :point_in_time_configuration, :state, :last_modified_time) SENSITIVE = [] include Aws::Structure end |