Class: Aws::Types::BlockReference
- Inherits:
-
Object
- Object
- Aws::Types::BlockReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#block_id ⇒ ::String
Returns the value of attribute block_id.
-
#child_blocks ⇒ ::Array[Types::ChildBlock]
Returns the value of attribute child_blocks.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
153 154 155 |
# File 'sig/types.rbs', line 153 def begin_offset @begin_offset end |
#block_id ⇒ ::String
Returns the value of attribute block_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def block_id @block_id end |
#child_blocks ⇒ ::Array[Types::ChildBlock]
Returns the value of attribute child_blocks.
155 156 157 |
# File 'sig/types.rbs', line 155 def child_blocks @child_blocks end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
154 155 156 |
# File 'sig/types.rbs', line 154 def end_offset @end_offset end |