Class: Aws::CloudWatch::Types::GetMetricStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetMetricStreamInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
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.
1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1591 class GetMetricStreamInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |