Class: Aws::Lightsail::Types::GetContainerServiceMetricDataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerServiceMetricDataResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_data ⇒ Array<Types::MetricDatapoint>
An array of objects that describe the metric data returned.
-
#metric_name ⇒ String
The name of the metric returned.
Instance Attribute Details
#metric_data ⇒ Array<Types::MetricDatapoint>
An array of objects that describe the metric data returned.
7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7278 class GetContainerServiceMetricDataResult < Struct.new( :metric_name, :metric_data) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric returned.
7278 7279 7280 7281 7282 7283 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7278 class GetContainerServiceMetricDataResult < Struct.new( :metric_name, :metric_data) SENSITIVE = [] include Aws::Structure end |