Class: Aws::Types::Geometry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coordinates::Array[::Array[::Array[::Float]]]

Returns the value of attribute coordinates.

Returns:

  • (::Array[::Array[::Array[::Float]]])


175
176
177
# File 'sig/types.rbs', line 175

def coordinates
  @coordinates
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def type
  @type
end