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])


6071
6072
6073
# File 'sig/types.rbs', line 6071

def columns
  @columns
end

#country_code"US"

Returns the value of attribute country_code.

Returns:

  • ("US")


6070
6071
6072
# File 'sig/types.rbs', line 6070

def country_code
  @country_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6069
6070
6071
# File 'sig/types.rbs', line 6069

def name
  @name
end