Class: Aws::CloudWatchRUM::Types::DeleteAppMonitorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::DeleteAppMonitorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the app monitor to delete.
Instance Attribute Details
#name ⇒ String
The name of the app monitor to delete.
701 702 703 704 705 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 701 class DeleteAppMonitorRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |