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.



8341
8342
8343
# File 'sig/types.rbs', line 8341

def aggregation_function
  @aggregation_function
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



8340
8341
8342
# File 'sig/types.rbs', line 8340

def column
  @column
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


8339
8340
8341
# File 'sig/types.rbs', line 8339

def field_id
  @field_id
end

#format_configurationTypes::NumberFormatConfiguration

Returns the value of attribute format_configuration.



8342
8343
8344
# File 'sig/types.rbs', line 8342

def format_configuration
  @format_configuration
end