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

#column ⇒ Types::ColumnIdentifier

The column that is used in the UnaggregatedField.



48282
48283
48284
48285
48286
48287
48288
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48282

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

#field_id ⇒ String

The custom field ID.

Returns:

  • (String)


48282
48283
48284
48285
48286
48287
48288
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48282

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

#format_configuration ⇒ Types::FormatConfiguration

The format configuration of the field.



48282
48283
48284
48285
48286
48287
48288
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48282

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