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

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

Overview

Output column.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for a column.

Returns:

  • (String)


23348
23349
23350
23351
23352
23353
23354
23355
# File 'lib/aws-sdk-quicksight/types.rb', line 23348

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

#nameString

The display name of the column..

Returns:

  • (String)


23348
23349
23350
23351
23352
23353
23354
23355
# File 'lib/aws-sdk-quicksight/types.rb', line 23348

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

#sub_typeString

The sub data type of the column.

Returns:

  • (String)


23348
23349
23350
23351
23352
23353
23354
23355
# File 'lib/aws-sdk-quicksight/types.rb', line 23348

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

#typeString

The data type of the column.

Returns:

  • (String)


23348
23349
23350
23351
23352
23353
23354
23355
# File 'lib/aws-sdk-quicksight/types.rb', line 23348

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