Class: Aws::CloudWatchOmni::Types::DeleteViewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the view to delete.

Returns:

  • (String)


1571
1572
1573
1574
1575
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1571

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