class Aws::CostExplorer::Types::GetAnomaliesRequest

@note When making an API call, you may pass GetAnomaliesRequest

data as a hash:

    {
      monitor_arn: "GenericString",
      date_interval: { # required
        start_date: "YearMonthDay", # required
        end_date: "YearMonthDay",
      },
      feedback: "YES", # accepts YES, NO, PLANNED_ACTIVITY
      total_impact: {
        numeric_operator: "EQUAL", # required, accepts EQUAL, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, GREATER_THAN, LESS_THAN, BETWEEN
        start_value: 1.0, # required
        end_value: 1.0,
      },
      next_page_token: "NextPageToken",
      max_results: 1,
    }

@!attribute [rw] monitor_arn

Retrieves all of the cost anomalies detected for a specific cost
anomaly monitor Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] date_interval

Assigns the start and end dates for retrieving cost anomalies. The
returned anomaly object will have an `AnomalyEndDate` in the
specified time range.
@return [Types::AnomalyDateInterval]

@!attribute [rw] feedback

Filters anomaly results by the feedback field on the anomaly object.
@return [String]

@!attribute [rw] total_impact

Filters anomaly results by the total impact field on the anomaly
object. For example, you can filter anomalies `GREATER_THAN 200.00`
to retrieve anomalies, with an estimated dollar impact greater than
200.
@return [Types::TotalImpactFilter]

@!attribute [rw] next_page_token

The token to retrieve the next set of results. Amazon Web Services
provides the token when the response from a previous call has more
results than the maximum page size.
@return [String]

@!attribute [rw] max_results

The number of entries a paginated response contains.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetAnomaliesRequest AWS API Documentation

Constants

SENSITIVE