Class: Aws::QuickSight::Types::OutputColumn

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

Overview

Output column.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for a column.

Returns:

  • (String)


21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21160

class OutputColumn < Struct.new(
  :name,
  :description,
  :type,
  :sub_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the column..

Returns:

  • (String)


21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21160

class OutputColumn < Struct.new(
  :name,
  :description,
  :type,
  :sub_type)
  SENSITIVE = []
  include Aws::Structure
end

#sub_typeString

The sub data type of the column.

Returns:

  • (String)


21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21160

class OutputColumn < Struct.new(
  :name,
  :description,
  :type,
  :sub_type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the column.

Returns:

  • (String)


21160
21161
21162
21163
21164
21165
21166
21167
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21160

class OutputColumn < Struct.new(
  :name,
  :description,
  :type,
  :sub_type)
  SENSITIVE = []
  include Aws::Structure
end