![]() |
![]()
| ![]() |
![]()
NAMEPaws::SavingsPlans::SavingsPlan USAGEThis 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 DESCRIPTIONInformation about a Savings Plan. ATTRIBUTESCommitment => StrThe hourly commitment, in USD. Currency => StrThe currency. Description => StrThe description. Ec2InstanceFamily => StrThe EC2 instance family. End => StrThe end time. OfferingId => StrThe ID of the offering. PaymentOption => StrThe payment option. ProductTypes => ArrayRef[Str|Undef]The product types. RecurringPaymentAmount => StrThe recurring payment amount. Region => StrThe AWS Region. SavingsPlanArn => StrThe Amazon Resource Name (ARN) of the Savings Plan. SavingsPlanId => StrThe ID of the Savings Plan. SavingsPlanType => StrThe plan type. Start => StrThe start time. State => StrThe state. Tags => Paws::SavingsPlans::TagMapOne or more tags. TermDurationInSeconds => IntThe duration of the term, in seconds. UpfrontPaymentAmount => StrThe up-front payment amount. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SavingsPlans BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|