Class: Aws::Lambda::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::GetPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy.
-
#revision_id ⇒ String
A unique identifier for the current revision of the policy.
Instance Attribute Details
#policy ⇒ String
The resource-based policy.
3305 3306 3307 3308 3309 3310 |
# File 'lib/aws-sdk-lambda/types.rb', line 3305 class GetPolicyResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
A unique identifier for the current revision of the policy.
3305 3306 3307 3308 3309 3310 |
# File 'lib/aws-sdk-lambda/types.rb', line 3305 class GetPolicyResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |