class Aws::SavingsPlans::Types::DescribeSavingsPlanRatesRequest

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

data as a hash:

    {
      savings_plan_id: "SavingsPlanId", # required
      filters: [
        {
          name: "region", # accepts region, instanceType, productDescription, tenancy, productType, serviceCode, usageType, operation
          values: ["String"],
        },
      ],
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] savings_plan_id

The ID of the Savings Plan.
@return [String]

@!attribute [rw] filters

The filters.
@return [Array<Types::SavingsPlanRateFilter>]

@!attribute [rw] next_token

The token for the next page of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return with a single call. To
retrieve additional results, make another call with the returned
token value.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28/DescribeSavingsPlanRatesRequest AWS API Documentation

Constants

SENSITIVE