Class: Aws::Lambda::Types::GetPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource policy associated with the specified function. The response returns the same as a string using a backslash (“\”) as an escape character in the JSON.

Returns:

  • (String)


1182
1183
1184
1185
# File 'lib/aws-sdk-lambda/types.rb', line 1182

class GetPolicyResponse < Struct.new(
  :policy)
  include Aws::Structure
end