NAME

Paws::SavingsPlans::DescribeSavingsPlansOfferings - Arguments for method DescribeSavingsPlansOfferings on Paws::SavingsPlans

DESCRIPTION

This class represents the parameters used for calling the method DescribeSavingsPlansOfferings on the AWS Savings Plans service. Use the attributes of this class as arguments to method DescribeSavingsPlansOfferings.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeSavingsPlansOfferings.

SYNOPSIS

my $savingsplans = Paws->service('SavingsPlans');
my $DescribeSavingsPlansOfferingsResponse =
  $savingsplans->DescribeSavingsPlansOfferings(
  Currencies => [
    'CNY', ...    # values: CNY, USD
  ],    # OPTIONAL
  Descriptions => [ 'MySavingsPlanDescription', ... ],    # OPTIONAL
  Durations    => [ 1,                          ... ],    # OPTIONAL
  Filters      => [
    {
      Name   => 'region',    # values: region, instanceFamily; OPTIONAL
      Values => [ 'MyJsonSafeFilterValueString', ... ],    # OPTIONAL
    },
    ...
  ],    # OPTIONAL
  MaxResults  => 1,                      # OPTIONAL
  NextToken   => 'MyPaginationToken',    # OPTIONAL
  OfferingIds => [ 'MyUUID', ... ],      # OPTIONAL
  Operations  => [
    'MySavingsPlanOperation', ...        # max: 255
  ],    # OPTIONAL
  PaymentOptions => [
    'All Upfront', ...    # values: All Upfront, Partial Upfront, No Upfront
  ],    # OPTIONAL
  PlanTypes => [
    'Compute', ...    # values: Compute, EC2Instance, SageMaker
  ],    # OPTIONAL
  ProductType  => 'EC2',    # OPTIONAL
  ServiceCodes => [
    'MySavingsPlanServiceCode', ...    # max: 255
  ],    # OPTIONAL
  UsageTypes => [
    'MySavingsPlanUsageType', ...    # max: 255
  ],    # OPTIONAL
  );

# Results:
my $NextToken     = $DescribeSavingsPlansOfferingsResponse->NextToken;
my $SearchResults = $DescribeSavingsPlansOfferingsResponse->SearchResults;

# Returns a Paws::SavingsPlans::DescribeSavingsPlansOfferingsResponse object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/savingsplans/DescribeSavingsPlansOfferings

ATTRIBUTES

Currencies => ArrayRef[Str|Undef]

The currencies.

Descriptions => ArrayRef[Str|Undef]

The descriptions.

Durations => ArrayRef[Int]

The durations, in seconds.

Filters => ArrayRef[Paws::SavingsPlans::SavingsPlanOfferingFilterElement]

The filters.

MaxResults => Int

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

NextToken => Str

The token for the next page of results.

OfferingIds => ArrayRef[Str|Undef]

The IDs of the offerings.

Operations => ArrayRef[Str|Undef]

The specific AWS operation for the line item in the billing report.

PaymentOptions => ArrayRef[Str|Undef]

The payment options.

PlanTypes => ArrayRef[Str|Undef]

The plan type.

ProductType => Str

The product type.

Valid values are: "EC2", "Fargate", "Lambda", "SageMaker"

ServiceCodes => ArrayRef[Str|Undef]

The services.

UsageTypes => ArrayRef[Str|Undef]

The usage details of the line item in the billing report.

SEE ALSO

This class forms part of Paws, documenting arguments for method DescribeSavingsPlansOfferings in Paws::SavingsPlans

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues