Class: Aws::Types::ContentBlockStartEvent
- Inherits:
-
Object
- Object
- Aws::Types::ContentBlockStartEvent
- 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.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#start ⇒ Types::ContentBlockStart
Returns the value of attribute start.
Instance Attribute Details
#content_block_index ⇒ ::Integer
Returns the value of attribute content_block_index.
310 311 312 |
# File 'sig/types.rbs', line 310 def content_block_index @content_block_index end |
#event_type ⇒ Object
Returns the value of attribute event_type.
311 312 313 |
# File 'sig/types.rbs', line 311 def event_type @event_type end |
#start ⇒ Types::ContentBlockStart
Returns the value of attribute start.
309 310 311 |
# File 'sig/types.rbs', line 309 def start @start end |