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)


31817
31818
31819
31820
31821
31822
31823
31824
31825
# File 'lib/aws-sdk-quicksight/types.rb', line 31817

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

#idString

A unique identifier for the output column.

Returns:

  • (String)


31817
31818
31819
31820
31821
31822
31823
31824
31825
# File 'lib/aws-sdk-quicksight/types.rb', line 31817

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

#nameString

The display name of the column..

Returns:

  • (String)


31817
31818
31819
31820
31821
31822
31823
31824
31825
# File 'lib/aws-sdk-quicksight/types.rb', line 31817

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

#sub_typeString

The sub data type of the column.

Returns:

  • (String)


31817
31818
31819
31820
31821
31822
31823
31824
31825
# File 'lib/aws-sdk-quicksight/types.rb', line 31817

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

#typeString

The data type of the column.

Returns:

  • (String)


31817
31818
31819
31820
31821
31822
31823
31824
31825
# File 'lib/aws-sdk-quicksight/types.rb', line 31817

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