Class: Aws::IoT::Types::GetPolicyVersionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetPolicyVersionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The input for the GetPolicyVersion operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policy_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the policy.
 - 
  
    
      #policy_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The policy version ID.
 
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
      7683 7684 7685 7686 7687 7688  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7683 class GetPolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_version_id ⇒ String
The policy version ID.
      7683 7684 7685 7686 7687 7688  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7683 class GetPolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end  |