You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::DimensionFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DimensionFilter as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents filters for a dimension.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The dimension name to be matched.

Returns:

  • (String)

    The dimension name to be matched.

#valueString

The value of the dimension to be matched.

Returns:

  • (String)

    The value of the dimension to be matched.