Class: Aws::QuickSight::Types::ColumnSchema

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

Overview

The column schema.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The data type of the column schema.

Returns:

  • (String)


3654
3655
3656
3657
3658
3659
3660
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3654

class ColumnSchema < Struct.new(
  :name,
  :data_type,
  :geographic_role)
  SENSITIVE = []
  include Aws::Structure
end

#geographic_roleString

The geographic role of the column schema.

Returns:

  • (String)


3654
3655
3656
3657
3658
3659
3660
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3654

class ColumnSchema < Struct.new(
  :name,
  :data_type,
  :geographic_role)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the column schema.

Returns:

  • (String)


3654
3655
3656
3657
3658
3659
3660
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3654

class ColumnSchema < Struct.new(
  :name,
  :data_type,
  :geographic_role)
  SENSITIVE = []
  include Aws::Structure
end