Class: Aws::QuickSight::Types::GeoSpatialColumnGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Geospatial column group that denotes a hierarchy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columns ⇒ Array<String>

Columns in this hierarchy.

Returns:

  • (Array<String>)


25848
25849
25850
25851
25852
25853
25854
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25848

class GeoSpatialColumnGroup < Struct.new(
  :name,
  :country_code,
  :columns)
  SENSITIVE = []
  include Aws::Structure
end

#country_code ⇒ String

Country code.

Returns:

  • (String)


25848
25849
25850
25851
25852
25853
25854
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25848

class GeoSpatialColumnGroup < Struct.new(
  :name,
  :country_code,
  :columns)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

A display name for the hierarchy.

Returns:

  • (String)


25848
25849
25850
25851
25852
25853
25854
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25848

class GeoSpatialColumnGroup < Struct.new(
  :name,
  :country_code,
  :columns)
  SENSITIVE = []
  include Aws::Structure
end