Class: Aws::Route53::Types::Dimension

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

For the metric that the CloudWatch alarm is associated with, the name of one dimension.

Returns:

  • (String)


2222
2223
2224
2225
2226
2227
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2222

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

#valueString

For the metric that the CloudWatch alarm is associated with, the value of one dimension.

Returns:

  • (String)


2222
2223
2224
2225
2226
2227
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2222

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