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.
4373 4374 4375 4376 4377 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4373 class PutMetricStreamOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |