class Aws::CostExplorer::Types::GetAnomalyMonitorsRequest

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

data as a hash:

    {
      monitor_arn_list: ["Value"],
      next_page_token: "NextPageToken",
      max_results: 1,
    }

@!attribute [rw] monitor_arn_list

A list of cost anomaly monitor ARNs.
@return [Array<String>]

@!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 that a paginated response contains.
@return [Integer]

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

Constants

SENSITIVE