Class: Aws::Types::CategoricalDimensionField
- Inherits:
-
Object
- Object
- Aws::Types::CategoricalDimensionField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#format_configuration ⇒ Types::StringFormatConfiguration
Returns the value of attribute format_configuration.
-
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def field_id @field_id end |
#format_configuration ⇒ Types::StringFormatConfiguration
Returns the value of attribute format_configuration.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def format_configuration @format_configuration end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def hierarchy_id @hierarchy_id end |