Class: Aws::QuickSight::Types::UnaggregatedField

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

Overview

The unaggregated field for a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnTypes::ColumnIdentifier

The column that is used in the UnaggregatedField.



30438
30439
30440
30441
30442
30443
30444
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30438

class UnaggregatedField < Struct.new(
  :field_id,
  :column,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#field_idString

The custom field ID.

Returns:

  • (String)


30438
30439
30440
30441
30442
30443
30444
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30438

class UnaggregatedField < Struct.new(
  :field_id,
  :column,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#format_configurationTypes::FormatConfiguration

The format configuration of the field.



30438
30439
30440
30441
30442
30443
30444
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30438

class UnaggregatedField < Struct.new(
  :field_id,
  :column,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end