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)


861
862
863
864
865
# File 'lib/aws-sdk-costexplorer/types.rb', line 861

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