1
2package Paws::StorageGateway::CreateTapesOutput {
3  use Moose;
4  has TapeARNs => (is => 'ro', isa => 'ArrayRef[Str]');
5
6}
7
8### main pod documentation begin ###
9
10=head1 NAME
11
12Paws::StorageGateway::CreateTapesOutput
13
14=head1 ATTRIBUTES
15
16=head2 TapeARNs => ArrayRef[Str]
17
18
19
20A list of unique Amazon Resource Named (ARN) the represents the virtual
21tapes that were created.
22
23
24
25
26
27
28
29
30
31
32
33=cut
34
351;