Class: Aws::Types::DimensionField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#categorical_dimension_fieldTypes::CategoricalDimensionField

Returns the value of attribute categorical_dimension_field.



5258
5259
5260
# File 'sig/types.rbs', line 5258

def categorical_dimension_field
  @categorical_dimension_field
end

#date_dimension_fieldTypes::DateDimensionField

Returns the value of attribute date_dimension_field.



5259
5260
5261
# File 'sig/types.rbs', line 5259

def date_dimension_field
  @date_dimension_field
end

#numerical_dimension_fieldTypes::NumericalDimensionField

Returns the value of attribute numerical_dimension_field.



5257
5258
5259
# File 'sig/types.rbs', line 5257

def numerical_dimension_field
  @numerical_dimension_field
end