Class: Aws::CloudWatchRUM::Types::DeleteAppMonitorRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the app monitor to delete.

Returns:

  • (String)


701
702
703
704
705
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 701

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