Class: Aws::Types::ChildBlock
- Inherits:
-
Object
- Object
- Aws::Types::ChildBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#child_block_id ⇒ ::String
Returns the value of attribute child_block_id.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
169 170 171 |
# File 'sig/types.rbs', line 169 def begin_offset @begin_offset end |
#child_block_id ⇒ ::String
Returns the value of attribute child_block_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def child_block_id @child_block_id end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
170 171 172 |
# File 'sig/types.rbs', line 170 def end_offset @end_offset end |