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.
5491 5492 5493 |
# File 'sig/types.rbs', line 5491 def categorical_dimension_field @categorical_dimension_field end |
#date_dimension_field ⇒ Types::DateDimensionField
Returns the value of attribute date_dimension_field.
5492 5493 5494 |
# File 'sig/types.rbs', line 5492 def date_dimension_field @date_dimension_field end |
#numerical_dimension_field ⇒ Types::NumericalDimensionField
Returns the value of attribute numerical_dimension_field.
5490 5491 5492 |
# File 'sig/types.rbs', line 5490 def numerical_dimension_field @numerical_dimension_field end |