File Coverage

blib/lib/Paws/CloudDirectory/ApplySchemaResponse.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1              
2             package Paws::CloudDirectory::ApplySchemaResponse;
3 1     1   400 use Moose;
  1         2  
  1         6  
4             has AppliedSchemaArn => (is => 'ro', isa => 'Str');
5             has DirectoryArn => (is => 'ro', isa => 'Str');
6              
7             has _request_id => (is => 'ro', isa => 'Str');
8             1;
9              
10             ### main pod documentation begin ###
11              
12             =head1 NAME
13              
14             Paws::CloudDirectory::ApplySchemaResponse
15              
16             =head1 ATTRIBUTES
17              
18              
19             =head2 AppliedSchemaArn => Str
20              
21             The applied schema ARN that is associated with the copied schema in the
22             Directory. You can use this ARN to describe the schema information
23             applied on this directory. For more information, see arns.
24              
25              
26             =head2 DirectoryArn => Str
27              
28             The ARN that is associated with the Directory. For more information,
29             see arns.
30              
31              
32             =head2 _request_id => Str
33              
34              
35             =cut
36