Class: Aws::Lambda::Types::PutResourcePolicyResponse

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

#policyString

The resource-based policy that Lambda adds to the resource.

Returns:

  • (String)


8395
8396
8397
8398
8399
8400
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8395

class PutResourcePolicyResponse < Struct.new(
  :policy,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision ID of the policy that Lambda adds to your Lambda resource.

Returns:

  • (String)


8395
8396
8397
8398
8399
8400
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8395

class PutResourcePolicyResponse < Struct.new(
  :policy,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end