Class: Aws::CloudWatch::Types::DeleteMetricStreamInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric stream to delete.

Returns:

  • (String)


565
566
567
568
569
# File 'lib/aws-sdk-cloudwatch/types.rb', line 565

class DeleteMetricStreamInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end