1
2package Paws::ImportExport::GetShippingLabelOutput {
3  use Moose;
4  has ShippingLabelURL => (is => 'ro', isa => 'Str');
5  has Warning => (is => 'ro', isa => 'Str');
6
7}
81;
9
10### main pod documentation begin ###
11
12=head1 NAME
13
14Paws::ImportExport::GetShippingLabelOutput
15
16=head1 ATTRIBUTES
17
18=head2 ShippingLabelURL => Str
19
20
21=head2 Warning => Str
22
23
24
25
26=cut
27
28