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.
8332 8333 8334 |
# File 'sig/types.rbs', line 8332 def column @column end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
8331 8332 8333 |
# File 'sig/types.rbs', line 8331 def field_id @field_id end |
#format_configuration ⇒ Types::NumberFormatConfiguration
Returns the value of attribute format_configuration.
8334 8335 8336 |
# File 'sig/types.rbs', line 8334 def format_configuration @format_configuration end |
#hierarchy_id ⇒ ::String
Returns the value of attribute hierarchy_id.
8333 8334 8335 |
# File 'sig/types.rbs', line 8333 def hierarchy_id @hierarchy_id end |