Class: Aws::CloudWatch::Types::MetricStreamFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::MetricStreamFilter
- 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
-
#namespace ⇒ String
The name of the metric namespace in the filter.
Instance Attribute Details
#namespace ⇒ String
The name of the metric namespace in the filter.
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 |