File Coverage

blib/lib/Paws/CloudDirectory/BatchRemoveFacetFromObjectResponse.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             package Paws::CloudDirectory::BatchRemoveFacetFromObjectResponse;
2 1     1   705 use Moose;
  1         8  
  1         11  
3             1;
4              
5             ### main pod documentation begin ###
6              
7             =head1 NAME
8              
9             Paws::CloudDirectory::BatchRemoveFacetFromObjectResponse
10              
11             =head1 USAGE
12              
13             This class represents one of two things:
14              
15             =head3 Arguments in a call to a service
16              
17             Use the attributes of this class as arguments to methods. You shouldn't make instances of this class.
18             Each attribute should be used as a named argument in the calls that expect this type of object.
19              
20             As an example, if Att1 is expected to be a Paws::CloudDirectory::BatchRemoveFacetFromObjectResponse object:
21              
22             $service_obj->Method(Att1 => { => $value, ..., => $value });
23              
24             =head3 Results returned from an API call
25              
26             Use accessors for each attribute. If Att1 is expected to be an Paws::CloudDirectory::BatchRemoveFacetFromObjectResponse object:
27              
28             $result = $service_obj->Method(...);
29             $result->Att1->
30              
31             =head1 DESCRIPTION
32              
33             An empty result that represents success.
34              
35             =head1 ATTRIBUTES
36              
37              
38              
39             =head1 SEE ALSO
40              
41             This class forms part of L<Paws>, describing an object used in L<Paws::CloudDirectory>
42              
43             =head1 BUGS and CONTRIBUTIONS
44              
45             The source code is located here: https://github.com/pplu/aws-sdk-perl
46              
47             Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues
48              
49             =cut
50