Class: Aws::CloudWatch::Types::MetricStreamFilter

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

Overview

This structure contains the name of one of the metric namespaces that is listed in a filter of a metric stream.

The namespace can contain only ASCII printable characters (ASCII range 32 through 126). It must contain at least one non-whitespace character.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceString

The name of the metric namespace in the filter.

Returns:

  • (String)


3002
3003
3004
3005
3006
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3002

class MetricStreamFilter < Struct.new(
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end