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

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

A description for a column.

Returns:

  • (String)


34941
34942
34943
34944
34945
34946
34947
34948
34949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34941

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

#id ⇒ String

A unique identifier for the output column.

Returns:

  • (String)


34941
34942
34943
34944
34945
34946
34947
34948
34949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34941

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

#name ⇒ String

The display name of the column..

Returns:

  • (String)


34941
34942
34943
34944
34945
34946
34947
34948
34949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34941

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

#sub_type ⇒ String

The sub data type of the column.

Returns:

  • (String)


34941
34942
34943
34944
34945
34946
34947
34948
34949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34941

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

#type ⇒ String

The data type of the column.

Returns:

  • (String)


34941
34942
34943
34944
34945
34946
34947
34948
34949
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34941

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