The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Amazon::EC2::DescribeTags

DESCRIPTION

A class containing information about tags

ATTRIBUTES

resource_id (required)

The resource_id of the tag.

resource_type (required)

The resource_type of the tag.

Values:

customer-gateway | dhcp-options | image | instance | internet-gateway | network-acl | reserved-instances | route-table | security-group | snapshot | spot-instances-request | subnet | volume | vpc | vpn-connection | vpn-gateway

key (required)

The key of the tag.

value (required)

The value of the tag.

AUTHOR

Jeff Kim <cpan@chosec.com>

COPYRIGHT

Copyright (c) 2006-2010 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.