Class: Aws::Lambda::Types::GetPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::GetPolicyResponse
 
 
- 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.
 - 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the current revision of the policy.
 
Instance Attribute Details
#policy ⇒ String
The resource-based policy.
      3383 3384 3385 3386 3387 3388  | 
    
      # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3383 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.
      3383 3384 3385 3386 3387 3388  | 
    
      # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3383 class GetPolicyResponse < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end  |