You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::PolicyVersion
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::PolicyVersion
 
- Defined in:
- (unknown)
Overview
Describes a policy version.
Instance Attribute Summary collapse
- 
  
    
      #create_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time the policy was created. 
- 
  
    
      #is_default_version  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether the policy version is the default. 
- 
  
    
      #version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The policy version ID. 
Instance Attribute Details
#create_date ⇒ Time
The date and time the policy was created.
#is_default_version ⇒ Boolean
Specifies whether the policy version is the default.
#version_id ⇒ String
The policy version ID.