Class: Aws::QuickSight::Types::InputColumn

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

Overview

Metadata for a column that is used as the input of a transform operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of this column in the underlying data source.

Returns:

  • (String)


17051
17052
17053
17054
17055
17056
17057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17051

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

#sub_typeString

The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.

Returns:

  • (String)


17051
17052
17053
17054
17055
17056
17057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17051

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

#typeString

The data type of the column.

Returns:

  • (String)


17051
17052
17053
17054
17055
17056
17057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17051

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