Class: Aws::Types::GetBucketMetricDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketMetricDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_data ⇒ ::Array[Types::MetricDatapoint]
Returns the value of attribute metric_data.
-
#metric_name ⇒ "BucketSizeBytes", "NumberOfObjects"
Returns the value of attribute metric_name.
Instance Attribute Details
#metric_data ⇒ ::Array[Types::MetricDatapoint]
Returns the value of attribute metric_data.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def metric_data @metric_data end |
#metric_name ⇒ "BucketSizeBytes", "NumberOfObjects"
Returns the value of attribute metric_name.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def metric_name @metric_name end |