Class: Aws::DevOpsAgent::Types::SendMessageResponseCreatedEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Event emitted when the response is created

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



5441
5442
5443
# File 'lib/aws-sdk-devopsagent/types.rb', line 5441

def event_type
  @event_type
end

#response_idString

The response ID

Returns:

  • (String)


5441
5442
5443
5444
5445
5446
5447
# File 'lib/aws-sdk-devopsagent/types.rb', line 5441

class SendMessageResponseCreatedEvent < Struct.new(
  :response_id,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_numberInteger

Event sequence number

Returns:

  • (Integer)


5441
5442
5443
5444
5445
5446
5447
# File 'lib/aws-sdk-devopsagent/types.rb', line 5441

class SendMessageResponseCreatedEvent < Struct.new(
  :response_id,
  :sequence_number,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end