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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for a column.

Returns:

  • (String)


22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-quicksight/types.rb', line 22004

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

#nameString

The display name of the column..

Returns:

  • (String)


22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-quicksight/types.rb', line 22004

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)


22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-quicksight/types.rb', line 22004

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

#typeString

The data type of the column.

Returns:

  • (String)


22004
22005
22006
22007
22008
22009
22010
22011
# File 'lib/aws-sdk-quicksight/types.rb', line 22004

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