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

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

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