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 added to the function policy.

Returns:

  • (String)


243
244
245
246
# File 'lib/aws-sdk-lambda/types.rb', line 243

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