class Aws::CloudWatch::Types::DimensionFilter

Represents filters for a dimension.

@note When making an API call, you may pass DimensionFilter

data as a hash:

    {
      name: "DimensionName", # required
      value: "DimensionValue",
    }

@!attribute [rw] name

The dimension name to be matched.
@return [String]

@!attribute [rw] value

The value of the dimension to be matched.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/DimensionFilter AWS API Documentation

Constants

SENSITIVE