Class: Aws::CloudWatch::Types::GetMetricStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetMetricStreamInput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Note:
When making an API call, you may pass GetMetricStreamInput data as a hash:
{
name: "MetricStreamName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the metric stream to retrieve information about.
Instance Attribute Details
#name ⇒ String
The name of the metric stream to retrieve information about.
1740 1741 1742 1743 1744 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1740 class GetMetricStreamInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |