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

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

Overview

Note:

When making an API call, you may pass DeleteAnomalyMonitorRequest data as a hash:

{
  monitor_arn: "GenericString", # required
}

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)


1141
1142
1143
1144
1145
# File 'lib/aws-sdk-costexplorer/types.rb', line 1141

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