Class: Aws::Types::Block

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#block_type"LINE", "WORD"

Returns the value of attribute block_type.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def block_type
  @block_type
end

#geometryTypes::Geometry

Returns the value of attribute geometry.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def geometry
  @geometry
end

#id::String

Returns the value of attribute id.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def id
  @id
end

#page::Integer

Returns the value of attribute page.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def page
  @page
end

#relationships::Array[Types::RelationshipsListItem]

Returns the value of attribute relationships.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def relationships
  @relationships
end

#text::String

Returns the value of attribute text.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def text
  @text
end