Class: Aws::CloudWatch::Types::DimensionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DimensionFilter
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Represents filters for a dimension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The dimension name to be matched.
-
#value ⇒ String
The value of the dimension to be matched.
Instance Attribute Details
#name ⇒ String
The dimension name to be matched.
985 986 987 988 989 990 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 985 class DimensionFilter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the dimension to be matched.
985 986 987 988 989 990 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 985 class DimensionFilter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |