1
2package Paws::EC2::MoveAddressToVpcResult {
3  use Moose;
4  has AllocationId => (is => 'ro', isa => 'Str', xmlname => 'allocationId', traits => ['Unwrapped',]);
5  has Status => (is => 'ro', isa => 'Str', xmlname => 'status', traits => ['Unwrapped',]);
6
7}
81;
9
10### main pod documentation begin ###
11
12=head1 NAME
13
14Paws::EC2::MoveAddressToVpcResult
15
16=head1 ATTRIBUTES
17
18=head2 AllocationId => Str
19
20
21
22The allocation ID for the Elastic IP address.
23
24
25
26
27
28
29
30
31
32=head2 Status => Str
33
34
35
36The status of the move of the IP address.
37
38
39
40
41
42
43
44
45
46
47
48=cut
49
50