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
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.
1694 1695 1696 1697 1698 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1694 class GetMetricStreamInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |