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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaa/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Internal only. The name of the dimension.

Returns:

  • (String)


436
437
438
439
440
441
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 436

class Dimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Internal only. The value of the dimension.

Returns:

  • (String)


436
437
438
439
440
441
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 436

class Dimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end