Class: Aws::QuickSight::Types::GeoSpatialColumnGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeoSpatialColumnGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Geospatial column group that denotes a hierarchy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<String>
Columns in this hierarchy.
-
#country_code ⇒ String
Country code.
-
#name ⇒ String
A display name for the hierarchy.
Instance Attribute Details
#columns ⇒ Array<String>
Columns in this hierarchy.
17477 17478 17479 17480 17481 17482 17483 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17477 class GeoSpatialColumnGroup < Struct.new( :name, :country_code, :columns) SENSITIVE = [] include Aws::Structure end |
#country_code ⇒ String
Country code.
17477 17478 17479 17480 17481 17482 17483 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17477 class GeoSpatialColumnGroup < Struct.new( :name, :country_code, :columns) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A display name for the hierarchy.
17477 17478 17479 17480 17481 17482 17483 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17477 class GeoSpatialColumnGroup < Struct.new( :name, :country_code, :columns) SENSITIVE = [] include Aws::Structure end |