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")


1598
1599
1600
# File 'sig/types.rbs', line 1598

def aggregation_function
  @aggregation_function
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



1597
1598
1599
# File 'sig/types.rbs', line 1597

def column
  @column
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def field_id
  @field_id
end

#format_configurationTypes::StringFormatConfiguration

Returns the value of attribute format_configuration.



1599
1600
1601
# File 'sig/types.rbs', line 1599

def format_configuration
  @format_configuration
end