Class: Aws::Types::SendMessageContentBlockStartEvent
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageContentBlockStartEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def event_type @event_type end |
#id ⇒ ::String
Returns the value of attribute id.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def id @id end |
#index ⇒ ::Integer
Returns the value of attribute index.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def index @index end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def parent_id @parent_id end |
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def sequence_number @sequence_number end |
#type ⇒ ::String
Returns the value of attribute type.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def type @type end |