File Coverage

blib/lib/Paws/CognitoSync/GetIdentityPoolConfigurationResponse.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::CognitoSync::GetIdentityPoolConfigurationResponse;
3 1     1   670 use Moose;
  1         2  
  1         9  
4             has CognitoStreams => (is => 'ro', isa => 'Paws::CognitoSync::CognitoStreams');
5             has IdentityPoolId => (is => 'ro', isa => 'Str');
6             has PushSync => (is => 'ro', isa => 'Paws::CognitoSync::PushSync');
7              
8             has _request_id => (is => 'ro', isa => 'Str');
9             1;
10              
11             ### main pod documentation begin ###
12              
13             =head1 NAME
14              
15             Paws::CognitoSync::GetIdentityPoolConfigurationResponse
16              
17             =head1 ATTRIBUTES
18              
19              
20             =head2 CognitoStreams => L<Paws::CognitoSync::CognitoStreams>
21              
22             Options to apply to this identity pool for Amazon Cognito streams.
23              
24              
25             =head2 IdentityPoolId => Str
26              
27             A name-spaced GUID (for example,
28             us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
29             Cognito.
30              
31              
32             =head2 PushSync => L<Paws::CognitoSync::PushSync>
33              
34             Options to apply to this identity pool for push synchronization.
35              
36              
37             =head2 _request_id => Str
38              
39              
40             =cut
41