Class: Aws::Types::GetMetricStatisticsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMetricStatisticsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#extended_statistics ⇒ ::Array[::String]
Returns the value of attribute extended_statistics.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#statistics ⇒ ::Array[("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")]
Returns the value of attribute statistics.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
463 464 465 |
# File 'sig/types.rbs', line 463 def dimensions @dimensions end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
465 466 467 |
# File 'sig/types.rbs', line 465 def end_time @end_time end |
#extended_statistics ⇒ ::Array[::String]
Returns the value of attribute extended_statistics.
468 469 470 |
# File 'sig/types.rbs', line 468 def extended_statistics @extended_statistics end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
462 463 464 |
# File 'sig/types.rbs', line 462 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
461 462 463 |
# File 'sig/types.rbs', line 461 def namespace @namespace end |
#period ⇒ ::Integer
Returns the value of attribute period.
466 467 468 |
# File 'sig/types.rbs', line 466 def period @period end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
464 465 466 |
# File 'sig/types.rbs', line 464 def start_time @start_time end |
#statistics ⇒ ::Array[("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")]
Returns the value of attribute statistics.
467 468 469 |
# File 'sig/types.rbs', line 467 def statistics @statistics end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
469 470 471 |
# File 'sig/types.rbs', line 469 def unit @unit end |