Class: Aws::DevOpsAgent::Types::SendMessageResponseCreatedEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SendMessageResponseCreatedEvent
- 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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#response_id ⇒ String
The response ID.
-
#sequence_number ⇒ Integer
Event sequence number.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
4061 4062 4063 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4061 def event_type @event_type end |
#response_id ⇒ String
The response ID
4061 4062 4063 4064 4065 4066 4067 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4061 class SendMessageResponseCreatedEvent < Struct.new( :response_id, :sequence_number, :event_type) SENSITIVE = [] include Aws::Structure end |
#sequence_number ⇒ Integer
Event sequence number
4061 4062 4063 4064 4065 4066 4067 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4061 class SendMessageResponseCreatedEvent < Struct.new( :response_id, :sequence_number, :event_type) SENSITIVE = [] include Aws::Structure end |