1
2package Paws::EC2::AssociateAddressResult {
3  use Moose;
4  has AssociationId => (is => 'ro', isa => 'Str', xmlname => 'associationId', traits => ['Unwrapped',]);
5
6}
71;
8
9### main pod documentation begin ###
10
11=head1 NAME
12
13Paws::EC2::AssociateAddressResult
14
15=head1 ATTRIBUTES
16
17=head2 AssociationId => Str
18
19
20
21[EC2-VPC] The ID that represents the association of the Elastic IP
22address with an instance.
23
24
25
26
27
28
29
30
31
32
33
34=cut
35
36