Class: Aws::CloudWatchOmni::Types::DeleteViewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::DeleteViewRequest
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the view to delete.
Instance Attribute Details
#name ⇒ String
The name of the view to delete.
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 |