Class: Aws::Types::NumericalDimensionField
- Inherits:
-
Object
- Object
- Aws::Types::NumericalDimensionField
- 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::NumberFormatConfiguration
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.
8683 8684 8685 |
# File 'sig/types.rbs', line 8683 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
8682 8683 8684 |
# File 'sig/types.rbs', line 8682 def field_id @field_id end |
#format_configuration ⇒ Types::NumberFormatConfiguration
Returns the value of attribute format_configuration.
8685 8686 8687 |
# File 'sig/types.rbs', line 8685 def format_configuration @format_configuration end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
8684 8685 8686 |
# File 'sig/types.rbs', line 8684 def hierarchy_id @hierarchy_id end |