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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/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 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 565

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