Class: Aws::Lambda::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy that Lambda adds to the resource.
-
#revision_id ⇒ String
The revision ID of the policy that Lambda adds to your Lambda resource.
Instance Attribute Details
#policy ⇒ String
The resource-based policy that Lambda adds to the resource.
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_id ⇒ String
The revision ID of the policy that Lambda adds to your Lambda resource.
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 |