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

#columnsArray<String>

Columns in this hierarchy.

Returns:

  • (Array<String>)


15846
15847
15848
15849
15850
15851
15852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15846

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

#country_codeString

Country code.

Returns:

  • (String)


15846
15847
15848
15849
15850
15851
15852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15846

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

#nameString

A display name for the hierarchy.

Returns:

  • (String)


15846
15847
15848
15849
15850
15851
15852
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15846

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