Class: Aws::MWAA::Types::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::Dimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
**Internal only**. Represents the dimensions of a metric. To learn more about the metrics published to Amazon CloudWatch, see [Amazon MWAA performance metrics in Amazon CloudWatch].
[1]: docs.aws.amazon.com/mwaa/latest/userguide/cw-metrics.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
**Internal only**.
-
#value ⇒ String
**Internal only**.
Instance Attribute Details
#name ⇒ String
**Internal only**. The name of the dimension.
473 474 475 476 477 478 |
# File 'lib/aws-sdk-mwaa/types.rb', line 473 class Dimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
**Internal only**. The value of the dimension.
473 474 475 476 477 478 |
# File 'lib/aws-sdk-mwaa/types.rb', line 473 class Dimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |