Class: Aws::CostExplorer::Types::UpdateAnomalyMonitorResponse

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

A cost anomaly monitor ARN.

Returns:

  • (String)


7697
7698
7699
7700
7701
# File 'lib/aws-sdk-costexplorer/types.rb', line 7697

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