class Aws::CostExplorer::Types::GetAnomalySubscriptionsRequest

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

data as a hash:

    {
      subscription_arn_list: ["Value"],
      monitor_arn: "GenericString",
      next_page_token: "NextPageToken",
      max_results: 1,
    }

@!attribute [rw] subscription_arn_list

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

@!attribute [rw] monitor_arn

Cost anomaly monitor ARNs.
@return [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 a paginated response contains.
@return [Integer]

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

Constants

SENSITIVE