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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 251

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