Class: Aws::Lambda::Types::AddPermissionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statementString

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