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.

Returns:

  • (String)


209
210
211
212
# File 'lib/aws-sdk-lambda/types.rb', line 209

class AddPermissionResponse < Struct.new(
  :statement)
  include Aws::Structure
end