Class: Aws::Types::GetInstanceMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#metric_name ⇒ "CPUUtilization", ...
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
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def end_time @end_time end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def instance_name @instance_name end |
#metric_name ⇒ "CPUUtilization", ...
Returns the value of attribute metric_name.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def metric_name @metric_name end |
#period ⇒ ::Integer
Returns the value of attribute period.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def period @period end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def start_time @start_time end |
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def statistics @statistics end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def unit @unit end |