Class: Aws::QuickSight::Types::DateMeasureField

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

Overview

The measure type field with date type columns.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_functionString

The aggregation function of the measure field.

Returns:

  • (String)


8674
8675
8676
8677
8678
8679
8680
8681
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8674

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

#columnTypes::ColumnIdentifier

The column that is used in the DateMeasureField.



8674
8675
8676
8677
8678
8679
8680
8681
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8674

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

#field_idString

The custom field ID.

Returns:

  • (String)


8674
8675
8676
8677
8678
8679
8680
8681
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8674

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

#format_configurationTypes::DateTimeFormatConfiguration

The format configuration of the field.



8674
8675
8676
8677
8678
8679
8680
8681
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8674

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