Class: Aws::Types::SendMessageResponseCreatedEvent
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageResponseCreatedEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#response_id ⇒ ::String
Returns the value of attribute response_id.
-
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def event_type @event_type end |
#response_id ⇒ ::String
Returns the value of attribute response_id.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def response_id @response_id end |
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def sequence_number @sequence_number end |