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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Represents filters for a dimension.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The dimension name to be matched.

Returns:

  • (String)


974
975
976
977
978
979
# File 'lib/aws-sdk-cloudwatch/types.rb', line 974

class DimensionFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the dimension to be matched.

Returns:

  • (String)


974
975
976
977
978
979
# File 'lib/aws-sdk-cloudwatch/types.rb', line 974

class DimensionFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end