File Coverage

blib/lib/Paws/Signin/LoginResponse.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Paws::Signin::LoginResponse;
2 1     1   467 use Moose;
  1     1   4  
  1         8  
  1         315  
  1         2  
  1         5  
3             has URL => (is => 'ro', isa => 'Str', required => 1);
4             1;
5              
6             ### main pod documentation begin ###
7              
8             =head1 NAME
9              
10             Paws::Signin::GetSigninTokenResponse - Response for method GetSigninToken on Paws::Signin
11              
12             =head1 DESCRIPTION
13              
14             =head2 SigninToken => Str
15              
16             The Token for the Sigin API
17              
18             =head1 SEE ALSO
19              
20             This class forms part of L<Paws>, and documents parameters for ListAccessKeys in Paws::IAM
21              
22             =head1 BUGS and CONTRIBUTIONS
23              
24             The source code is located here: https://github.com/pplu/aws-sdk-perl
25              
26             Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues
27              
28             =cut
29