Class: Aws::Types::Block
- Inherits:
-
Object
- Object
- Aws::Types::Block
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_type ⇒ "LINE", "WORD"
Returns the value of attribute block_type.
-
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#page ⇒ ::Integer
Returns the value of attribute page.
-
#relationships ⇒ ::Array[Types::RelationshipsListItem]
Returns the value of attribute relationships.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#block_type ⇒ "LINE", "WORD"
Returns the value of attribute block_type.
143 144 145 |
# File 'sig/types.rbs', line 143 def block_type @block_type end |
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
146 147 148 |
# File 'sig/types.rbs', line 146 def geometry @geometry end |
#id ⇒ ::String
Returns the value of attribute id.
142 143 144 |
# File 'sig/types.rbs', line 142 def id @id end |
#page ⇒ ::Integer
Returns the value of attribute page.
145 146 147 |
# File 'sig/types.rbs', line 145 def page @page end |
#relationships ⇒ ::Array[Types::RelationshipsListItem]
Returns the value of attribute relationships.
147 148 149 |
# File 'sig/types.rbs', line 147 def relationships @relationships end |
#text ⇒ ::String
Returns the value of attribute text.
144 145 146 |
# File 'sig/types.rbs', line 144 def text @text end |