Class: Aws::Types::ContentBlockDeltaEvent
- Inherits:
-
Object
- Object
- Aws::Types::ContentBlockDeltaEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_block_index ⇒ ::Integer
Returns the value of attribute content_block_index.
-
#delta ⇒ Types::ContentBlockDelta
Returns the value of attribute delta.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#content_block_index ⇒ ::Integer
Returns the value of attribute content_block_index.
286 287 288 |
# File 'sig/types.rbs', line 286 def content_block_index @content_block_index end |
#delta ⇒ Types::ContentBlockDelta
Returns the value of attribute delta.
285 286 287 |
# File 'sig/types.rbs', line 285 def delta @delta end |
#event_type ⇒ Object
Returns the value of attribute event_type.
287 288 289 |
# File 'sig/types.rbs', line 287 def event_type @event_type end |