Class: Aws::Types::DimensionKeyDescription
- Inherits:
-
Object
- Object
- Aws::Types::DimensionKeyDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute additional_metrics.
-
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
-
#partitions ⇒ ::Array[::Float]
Returns the value of attribute partitions.
-
#total ⇒ ::Float
Returns the value of attribute total.
Instance Attribute Details
#additional_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute additional_metrics.
114 115 116 |
# File 'sig/types.rbs', line 114 def additional_metrics @additional_metrics end |
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
112 113 114 |
# File 'sig/types.rbs', line 112 def dimensions @dimensions end |
#partitions ⇒ ::Array[::Float]
Returns the value of attribute partitions.
115 116 117 |
# File 'sig/types.rbs', line 115 def partitions @partitions end |
#total ⇒ ::Float
Returns the value of attribute total.
113 114 115 |
# File 'sig/types.rbs', line 113 def total @total end |