1
2package Paws::Lambda::GetPolicyResponse {
3  use Moose;
4  has Policy => (is => 'ro', isa => 'Str');
5
6}
71;
8
9### main pod documentation begin ###
10
11=head1 NAME
12
13Paws::Lambda::GetPolicyResponse
14
15=head1 ATTRIBUTES
16
17=head2 Policy => Str
18
19
20
21The access policy associated with the specified function. The response
22returns the same as a string using "\" as an escape character in the
23JSON.
24
25
26
27
28
29
30
31
32
33
34
35=cut
36
37