1VM::EC2::AccountAttribuUtseesr(3C)ontributed Perl DocumeVnMt:a:tEiCo2n::AccountAttributes(3)
2
3
4

NAME

6       VM::EC2::AccountAttributes - Object describing an Amazon EC2 account
7       attributes set
8

SYNOPSIS

10         use VM::EC2;
11
12         $ec2      = VM::EC2->new(...);
13         $attr     = $ec2->describe_account_attributes('default-vpc');
14         print $attr->name,' : ',join(',',$attr->values),"\n";
15

DESCRIPTION

17       This object represents values of a account attribute
18

METHODS

20       These object methods are supported:
21        AttributeName     -- The attribute name
22        AttributeValueSet -- The attribute value set
23        name              -- alias for AttributeName
24        values            -- returns array of values returned in
25       AttributeValueSet
26

STRING OVERLOADING

28       When used in a string context, this object will return a string
29       containing the name and values for the format name=value1,value2,etc
30

SEE ALSO

32       VM::EC2 VM::EC2::Object VM::EC2::Generic
33

AUTHOR

35       Lance Kinley <lkinley@loyaltymethods.com>.
36
37       Copyright (c) 2013 Loyalty Methods, Inc.
38
39       This package and its accompanying libraries is free software; you can
40       redistribute it and/or modify it under the terms of the GPL (either
41       version 1, or at your option, any later version) or the Artistic
42       License 2.0.  Refer to LICENSE for the full license text. In addition,
43       please see DISCLAIMER.txt for disclaimers of warranty.
44
45
46
47perl v5.30.0                      2019-07-26     VM::EC2::AccountAttributes(3)
Impressum