Class: Aws::CostExplorer::Types::UpdateAnomalyMonitorRequest

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

Cost anomaly monitor Amazon Resource Names (ARNs).

Returns:

  • (String)


7108
7109
7110
7111
7112
7113
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7108

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

#monitor_nameString

The new name for the cost anomaly monitor.

Returns:

  • (String)


7108
7109
7110
7111
7112
7113
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7108

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