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


3476
3477
3478
# File 'sig/types.rbs', line 3476

def aggregation_function
  @aggregation_function
end

#columnTypes::ColumnIdentifier

Returns the value of attribute column.



3475
3476
3477
# File 'sig/types.rbs', line 3475

def column
  @column
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


3474
3475
3476
# File 'sig/types.rbs', line 3474

def field_id
  @field_id
end

#format_configurationTypes::DateTimeFormatConfiguration

Returns the value of attribute format_configuration.



3477
3478
3479
# File 'sig/types.rbs', line 3477

def format_configuration
  @format_configuration
end