NAME

Paws::SavingsPlans::SavingsPlan

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::SavingsPlans::SavingsPlan object:

$service_obj->Method(Att1 => { Commitment => $value, ..., UpfrontPaymentAmount => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SavingsPlans::SavingsPlan object:

$result = $service_obj->Method(...);
$result->Att1->Commitment

DESCRIPTION

Information about a Savings Plan.

ATTRIBUTES

Commitment => Str

The hourly commitment, in USD.

Currency => Str

The currency.

Description => Str

The description.

Ec2InstanceFamily => Str

The EC2 instance family.

End => Str

The end time.

OfferingId => Str

The ID of the offering.

PaymentOption => Str

The payment option.

ProductTypes => ArrayRef[Str|Undef]

The product types.

RecurringPaymentAmount => Str

The recurring payment amount.

Region => Str

The AWS Region.

SavingsPlanArn => Str

The Amazon Resource Name (ARN) of the Savings Plan.

SavingsPlanId => Str

The ID of the Savings Plan.

SavingsPlanType => Str

The plan type.

Start => Str

The start time.

State => Str

The state.

Tags => Paws::SavingsPlans::TagMap

One or more tags.

TermDurationInSeconds => Int

The duration of the term, in seconds.

UpfrontPaymentAmount => Str

The up-front payment amount.

SEE ALSO

This class forms part of Paws, describing an object used 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