Class: Aws::Types::GetContainerServiceMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetContainerServiceMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#metric_name ⇒ "CPUUtilization", "MemoryUtilization"
Returns the value of attribute metric_name.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def end_time @end_time end |
#metric_name ⇒ "CPUUtilization", "MemoryUtilization"
Returns the value of attribute metric_name.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def metric_name @metric_name end |
#period ⇒ ::Integer
Returns the value of attribute period.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def period @period end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def service_name @service_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def start_time @start_time end |
#statistics ⇒ ::Array[("Minimum" | "Maximum" | "Sum" | "Average" | "SampleCount")]
Returns the value of attribute statistics.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def statistics @statistics end |