Class: Aws::CloudWatch::Types::DeleteMetricStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteMetricStreamInput
- 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 delete.
Instance Attribute Details
#name ⇒ String
The name of the metric stream to delete.
565 566 567 568 569 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 565 class DeleteMetricStreamInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |