Class: Aws::EventBridgeV2::Types::UpdateSubscriberResponse

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

#event_bus_arn ⇒ String

The Amazon Resource Name (ARN) that uniquely identifies an event bus.

Returns:

  • (String)


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.

Returns:

  • (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

#name ⇒ String

Name of a subscriber. The first character must be alphanumeric; the remaining characters may also include '.', '-', and '_'.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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