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.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def column @column end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def limit @limit end |
#sort_by_metrics ⇒ ::Array[Types::ColumnSort]
Returns the value of attribute sort_by_metrics.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def sort_by_metrics @sort_by_metrics end |