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.



5491
5492
5493
# File 'sig/types.rbs', line 5491

def categorical_dimension_field
  @categorical_dimension_field
end

#date_dimension_fieldTypes::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_fieldTypes::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