Class: Aws::Types::CategoricalMeasureField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_function"COUNT", "DISTINCT_COUNT"

Returns the value of attribute aggregation_function.

Returns:

  • ("COUNT", "DISTINCT_COUNT")


1679
1680
1681
# File 'sig/types.rbs', line 1679

def aggregation_function
  @aggregation_function
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



1678
1679
1680
# File 'sig/types.rbs', line 1678

def column
  @column
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def field_id
  @field_id
end

#format_configurationTypes::StringFormatConfiguration

Returns the value of attribute format_configuration.



1680
1681
1682
# File 'sig/types.rbs', line 1680

def format_configuration
  @format_configuration
end