Class: Aws::CostExplorer::Types::CreateAnomalyMonitorResponse

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 your newly created cost anomaly detection monitor.

Returns:

  • (String)


1402
1403
1404
1405
1406
# File 'lib/aws-sdk-costexplorer/types.rb', line 1402

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