Class: Aws::Types::SendMessageSummaryEvent
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageSummaryEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def content @content end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def event_type @event_type end |
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def sequence_number @sequence_number end |