Class: Aws::Lambda::Types::GetLayerVersionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetLayerVersionPolicyResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The policy document.
-
#revision_id ⇒ String
A unique identifier for the current revision of the policy.
Instance Attribute Details
#policy ⇒ String
The policy document.
3241 3242 3243 3244 3245 3246 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3241 class GetLayerVersionPolicyResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
A unique identifier for the current revision of the policy.
3241 3242 3243 3244 3245 3246 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3241 class GetLayerVersionPolicyResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |