Class: Aws::Types::GeoSpatialColumnGroup
- Inherits:
-
Object
- Object
- Aws::Types::GeoSpatialColumnGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[::String]
Returns the value of attribute columns.
-
#country_code ⇒ "US"
Returns the value of attribute country_code.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#columns ⇒ ::Array[::String]
Returns the value of attribute columns.
6071 6072 6073 |
# File 'sig/types.rbs', line 6071 def columns @columns end |
#country_code ⇒ "US"
Returns the value of attribute country_code.
6070 6071 6072 |
# File 'sig/types.rbs', line 6070 def country_code @country_code end |
#name ⇒ ::String
Returns the value of attribute name.
6069 6070 6071 |
# File 'sig/types.rbs', line 6069 def name @name end |