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

Class: Aws::CostExplorer::Types::ProvideAnomalyFeedbackRequest

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

Overview

Note:

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

{
  anomaly_id: "GenericString", # required
  feedback: "YES", # required, accepts YES, NO, PLANNED_ACTIVITY
}

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_idString

A cost anomaly ID.

Returns:

  • (String)

    A cost anomaly ID.

#feedbackString

Describes whether the cost anomaly was a planned activity or you considered it an anomaly.

Possible values:

  • YES
  • NO
  • PLANNED_ACTIVITY

Returns:

  • (String)

    Describes whether the cost anomaly was a planned activity or you considered it an anomaly.