Class: Aws::IoT::Types::DeletePolicyVersionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DeletePolicyVersionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The input for the DeletePolicyVersion 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.
      4635 4636 4637 4638 4639 4640  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4635 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_version_id ⇒ String
The policy version ID.
      4635 4636 4637 4638 4639 4640  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4635 class DeletePolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) SENSITIVE = [] include Aws::Structure end  |