Class: Aws::Route53::Types::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::Dimension
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
-
#value ⇒ String
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
Instance Attribute Details
#name ⇒ String
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
2251 2252 2253 2254 2255 2256 |
# File 'lib/aws-sdk-route53/types.rb', line 2251 class Dimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
2251 2252 2253 2254 2255 2256 |
# File 'lib/aws-sdk-route53/types.rb', line 2251 class Dimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |