Class: Aws::Types::BodySectionDynamicNumericDimensionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BodySectionDynamicNumericDimensionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#sort_by_metrics ⇒ ::Array[Types::ColumnSort]
Returns the value of attribute sort_by_metrics.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
Returns the value of attribute column.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def column @column end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def limit @limit end |
#sort_by_metrics ⇒ ::Array[Types::ColumnSort]
Returns the value of attribute sort_by_metrics.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def sort_by_metrics @sort_by_metrics end |