Class: Aws::Types::SendMessageContentBlockStopEvent
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageContentBlockStopEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#last ⇒ Boolean
Returns the value of attribute last.
-
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def event_type @event_type end |
#index ⇒ ::Integer
Returns the value of attribute index.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def index @index end |
#last ⇒ Boolean
Returns the value of attribute last.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def last @last end |
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def sequence_number @sequence_number end |
#text ⇒ ::String
Returns the value of attribute text.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def text @text end |
#type ⇒ ::String
Returns the value of attribute type.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def type @type end |