PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::RedShift::ReservedNodeOffering; use Moose; has CurrencyCode => (is => 'ro', isa => 'Str'); has Duration => (is => 'ro', isa => 'Int'); has FixedPrice => (is => 'ro', isa => 'Num'); has NodeType => (is => 'ro', isa => 'Str'); has OfferingType => (is => 'ro', isa => 'Str'); has RecurringCharges => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::RecurringCharge]', request_name => 'RecurringCharge', traits => ['NameInRequest']); has ReservedNodeOfferingId => (is => 'ro', isa => 'Str'); has ReservedNodeOfferingType => (is => 'ro', isa => 'Str'); has UsagePrice => (is => 'ro', isa => 'Num'); 1; ### main pod documentation begin ### =head1 NAME Paws::RedShift::ReservedNodeOffering =head1 USAGE This class represents one of two things: =head3 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::RedShift::ReservedNodeOffering object: $service_obj->Method(Att1 => { CurrencyCode => $value, ..., UsagePrice => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RedShift::ReservedNodeOffering object: $result = $service_obj->Method(...); $result->Att1->CurrencyCode =head1 DESCRIPTION Describes a reserved node offering. =head1 ATTRIBUTES =head2 CurrencyCode => Str The currency code for the compute nodes offering. =head2 Duration => Int The duration, in seconds, for which the offering will reserve the node. =head2 FixedPrice => Num The upfront fixed charge you will pay to purchase the specific reserved node offering. =head2 NodeType => Str The node type offered by the reserved node offering. =head2 OfferingType => Str The anticipated utilization of the reserved node, as defined in the reserved node offering. =head2 RecurringCharges => ArrayRef[L] The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes. =head2 ReservedNodeOfferingId => Str The offering identifier. =head2 ReservedNodeOfferingType => Str =head2 UsagePrice => Num The rate you are charged for each hour the cluster that is using the offering is running. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut