You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAnomalyMonitorRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  monitor_arn: "GenericString", # required
  monitor_name: "GenericString",
}

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_arnString

Cost anomaly monitor Amazon Resource Names (ARNs).

Returns:

  • (String)

    Cost anomaly monitor Amazon Resource Names (ARNs).

#monitor_nameString

The new name for the cost anomaly monitor.

Returns:

  • (String)

    The new name for the cost anomaly monitor.