1VM::EC2::ELB::PolicyAttUrsiebrutCeoTnytprei(b3u)ted PerlVMD:o:cEuCm2e:n:tEaLtBi:o:nPolicyAttributeType(3)
2
3
4
6 VM::EC2::ELB::PolicyAttributeType - Load Balancer Policy Attribute Type
7
9 use VM::EC2;
10
11 my $ec2 = VM::EC2->new(...);
12 my @policy_types = $ec2->describe_load_balancer_policy_types;
13 foreach my $type (@policy_types) {
14 print $type,': ',$type->Description,"\n";
15 foreach ($type->attribute_types) {
16 print $_->AttributeName,"\n ",
17 $_->AttributeType,"\n ",
18 $_->Cardinality,"\n ",
19 $_->DefaultValue,"\n ",
20 $_->Description,"\n ";
21 }
22 }
23
25 This object is used to describe the ELB PolicyAttributeTypeDescription
26 data type.
27
29 The following object methods are supported:
30
31 AttributeName -- The attribute name
32 AttributeType -- The attribute type
33 Cardinality -- Cardinality of the policy attribute
34 DefaultValue -- Default value for the attribute
35 Description -- Description of the attribute
36
38 In string context, the object will return the Attribute Name.
39
41 VM::EC2 VM::EC2::Generic VM::EC2::ELB::PolicyType
42
44 Lance Kinley <lkinley@loyaltymethods.com>.
45
46 Copyright (c) 2012 Loyalty Methods, Inc.
47
48 This package and its accompanying libraries is free software; you can
49 redistribute it and/or modify it under the terms of the GPL (either
50 version 1, or at your option, any later version) or the Artistic
51 License 2.0. Refer to LICENSE for the full license text. In addition,
52 please see DISCLAIMER.txt for disclaimers of warranty.
53
54
55
56perl v5.34.0 2021-07-2V7M::EC2::ELB::PolicyAttributeType(3)