Class: Aws::CloudWatch::Types::PutMetricStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::PutMetricStreamOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the metric stream.
Instance Attribute Details
#arn ⇒ String
The ARN of the metric stream.
4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4054 class PutMetricStreamOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |