Class: Aws::Types::SendMessageContentBlockDeltaEvent
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageContentBlockDeltaEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delta ⇒ Types::SendMessageContentBlockDelta
Returns the value of attribute delta.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
Instance Attribute Details
#delta ⇒ Types::SendMessageContentBlockDelta
Returns the value of attribute delta.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def delta @delta end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def event_type @event_type end |
#index ⇒ ::Integer
Returns the value of attribute index.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def index @index end |
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def sequence_number @sequence_number end |