Class: Aws::Types::GeoSpatialColumnGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array[::String]

Returns the value of attribute columns.

Returns:

  • (::Array[::String])


6337
6338
6339
# File 'sig/types.rbs', line 6337

def columns
  @columns
end

#country_code"US"

Returns the value of attribute country_code.

Returns:

  • ("US")


6336
6337
6338
# File 'sig/types.rbs', line 6336

def country_code
  @country_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6335
6336
6337
# File 'sig/types.rbs', line 6335

def name
  @name
end