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
Note:
When making an API call, you may pass MetricStreamFilter data as a hash:
{
namespace: "Namespace",
}
This structure contains the name of one of the metric namespaces that is listed in a filter of a metric stream.
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.
3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 3222 class MetricStreamFilter < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |