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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


1021
1022
1023
1024
1025
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1021

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