Class: Aws::Types::NumericalMeasureField

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_functionTypes::NumericalAggregationFunction

Returns the value of attribute aggregation_function.



8692
8693
8694
# File 'sig/types.rbs', line 8692

def aggregation_function
  @aggregation_function
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



8691
8692
8693
# File 'sig/types.rbs', line 8691

def column
  @column
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


8690
8691
8692
# File 'sig/types.rbs', line 8690

def field_id
  @field_id
end

#format_configurationTypes::NumberFormatConfiguration

Returns the value of attribute format_configuration.



8693
8694
8695
# File 'sig/types.rbs', line 8693

def format_configuration
  @format_configuration
end