Class: Aws::MWAA::Types::Dimension

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

**Internal only**. The name of the dimension.

Returns:

  • (String)


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

#valueString

**Internal only**. The value of the dimension.

Returns:

  • (String)


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