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

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

A cost anomaly monitor ARN.

Returns:

  • (String)


7121
7122
7123
7124
7125
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7121

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