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.
974 975 976 977 978 979 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 974 class DimensionFilter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the dimension to be matched.
974 975 976 977 978 979 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 974 class DimensionFilter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |