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.
554 555 556 557 558 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 554 class DeleteMetricStreamInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |