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)


192
193
194
195
# File 'lib/aws-sdk-lambda/types.rb', line 192

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