VM::EC2::ELB::PolicyTypeDescription - Elastic Load Balancer Policy Type
Contents
Description
This object is used to represent the PolicyTypeDescription data type, which is in the result of a
DescribeLoadBalancerPolicyTypes ELB API call.
Methods
The following object methods are supported:
PolicyTypeName -- The policy type name
Description -- Description
PolicyAttributeTypeDescriptions -- A series of L<VM::EC2::ELB::PolicyAttributeType>
objects
attribute_types -- Alias for PolicyAttributeTypeDescriptions
Name
VM::EC2::ELB::PolicyTypeDescription - Elastic Load Balancer Policy Type
See Also
VM::EC2 VM::EC2::Generic VM::EC2::ELB VM::EC2::ELB::PolicyAttributeTypeDescription
String Overloading
In string context, the object returns the Policy Type Name.
Synopsis
use VM::EC2;
my $ec2 = VM::EC2->new(...);
my @policy_types = $ec2->describe_load_balancer_policy_types;
