1VM::EC2::ReservedInstanUcsee:r:MCooVdnMit:fr:iiEcbCau2tt:ie:odRne:Ps:eeRrrelvseuDdloItcn(us3mt)eanntcaet:i:oMnodification::Result(3)
2
3
4
6 VM::EC2::ReservedInstance::Modification::Result - Object describing an
7 Amazon EC2 reserved instance listing modification result
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 @mods = $ec2->describe_reserved_instances_modifications();
14 for my $m (@mods) {
15 print $m->modificationResult,"\n";
16 }
17
19 This object represents an Amazon EC2 reserved instance modification
20 result, returned by
21 VM::EC2->describe_reserved_instances_modifications().
22
24 These object methods are supported:
25
26 reservedInstancesId -- The ID of the reserved instance
27
28 targetConfiguration -- The configuration of the reserved instance
29
31 When used in a string context, this object will interpolate the
32 reservedInstancesModificationId
33
35 VM::EC2 VM::EC2::Generic
36
38 Lance Kinley <lkinley@loyaltymethods.com<gt>.
39
40 Copyright (c) 2014 Loyalty Methods, Inc.
41
42 This package and its accompanying libraries is free software; you can
43 redistribute it and/or modify it under the terms of the GPL (either
44 version 1, or at your option, any later version) or the Artistic
45 License 2.0. Refer to LICENSE for the full license text. In addition,
46 please see DISCLAIMER.txt for disclaimers of warranty.
47
48
49
50perl v5.32.1 VM::EC220:2:1R-e0s1e-r2v7edInstance::Modification::Result(3)