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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statementString

The permission statement that’s added to the function policy.

Returns:

  • (String)


251
252
253
254
255
# File 'lib/aws-sdk-lambda/types.rb', line 251

class AddPermissionResponse < Struct.new(
  :statement)
  SENSITIVE = []
  include Aws::Structure
end