Class: Aws::Lambda::Types::AddPermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::AddPermissionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Instance Attribute Summary collapse
-
#statement ⇒ String
The permission statement you specified in the request.
Instance Attribute Details
#statement ⇒ String
The permission statement you specified in the request. The response returns the same as a string using a backslash (“\”) as an escape character in the JSON.
196 197 198 199 |
# File 'lib/aws-sdk-lambda/types.rb', line 196 class AddPermissionResponse < Struct.new( :statement) include Aws::Structure end |