Class: Aws::Types::DimensionField
- Inherits:
-
Object
- Object
- Aws::Types::DimensionField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#categorical_dimension_field ⇒ Types::CategoricalDimensionField
Returns the value of attribute categorical_dimension_field.
-
#date_dimension_field ⇒ Types::DateDimensionField
Returns the value of attribute date_dimension_field.
-
#numerical_dimension_field ⇒ Types::NumericalDimensionField
Returns the value of attribute numerical_dimension_field.
Instance Attribute Details
#categorical_dimension_field ⇒ Types::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_field ⇒ Types::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_field ⇒ Types::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 |