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



3934
3935
3936
# File 'lib/aws-sdk-devopsagent/types.rb', line 3934

def event_type
  @event_type
end

#response_idString

The response ID

Returns:

  • (String)


3934
3935
3936
3937
3938
3939
3940
# File 'lib/aws-sdk-devopsagent/types.rb', line 3934

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

#sequence_numberInteger

Event sequence number

Returns:

  • (Integer)


3934
3935
3936
3937
3938
3939
3940
# File 'lib/aws-sdk-devopsagent/types.rb', line 3934

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