Class: Aws::CostExplorer::Types::DeleteAnomalyMonitorRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_arnString

The unique identifier of the cost anomaly monitor that you want to delete.

Returns:

  • (String)


1300
1301
1302
1303
1304
# File 'lib/aws-sdk-costexplorer/types.rb', line 1300

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