Class: Aws::Types::GetBucketMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#metric_name ⇒ "BucketSizeBytes", "NumberOfObjects"
Returns the value of attribute metric_name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def bucket_name @bucket_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def end_time @end_time end |
#metric_name ⇒ "BucketSizeBytes", "NumberOfObjects"
Returns the value of attribute metric_name.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def metric_name @metric_name end |
#period ⇒ ::Integer
Returns the value of attribute period.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def period @period end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def start_time @start_time end |
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def statistics @statistics end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def unit @unit end |