Class: Aws::Types::DateMeasureField

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", ...

Returns the value of attribute aggregation_function.

Returns:

  • ("COUNT", "DISTINCT_COUNT", "MIN", "MAX")


3607
3608
3609
# File 'sig/types.rbs', line 3607

def aggregation_function
  @aggregation_function
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



3606
3607
3608
# File 'sig/types.rbs', line 3606

def column
  @column
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


3605
3606
3607
# File 'sig/types.rbs', line 3605

def field_id
  @field_id
end

#format_configurationTypes::DateTimeFormatConfiguration

Returns the value of attribute format_configuration.



3608
3609
3610
# File 'sig/types.rbs', line 3608

def format_configuration
  @format_configuration
end