Class: Aws::PI::Types::ResponseResourceMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::ResponseResourceMetric
- Defined in:
- gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb
Overview
An object that contains the full name, description, and unit of a metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the metric.
-
#metric ⇒ String
The full name of the metric.
-
#unit ⇒ String
The unit of the metric.
Instance Attribute Details
#description ⇒ String
The description of the metric.
1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1705 class ResponseResourceMetric < Struct.new( :metric, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#metric ⇒ String
The full name of the metric.
1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1705 class ResponseResourceMetric < Struct.new( :metric, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of the metric.
1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1705 class ResponseResourceMetric < Struct.new( :metric, :description, :unit) SENSITIVE = [] include Aws::Structure end |