Class: Aws::IoT::Types::PackageVersionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::PackageVersionSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
A summary of information about a package version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the package version was created.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the package version was last updated.
 - 
  
    
      #package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the associated software package.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the package version.
 - 
  
    
      #version_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the target package version.
 
Instance Attribute Details
#creation_date ⇒ Time
The date that the package version was created.
      12472 12473 12474 12475 12476 12477 12478 12479 12480  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12472 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date that the package version was last updated.
      12472 12473 12474 12475 12476 12477 12478 12479 12480  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12472 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#package_name ⇒ String
The name of the associated software package.
      12472 12473 12474 12475 12476 12477 12478 12479 12480  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12472 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the package version. For more information, see [Package version lifecycle].
      12472 12473 12474 12475 12476 12477 12478 12479 12480  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12472 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#version_name ⇒ String
The name of the target package version.
      12472 12473 12474 12475 12476 12477 12478 12479 12480  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12472 class PackageVersionSummary < Struct.new( :package_name, :version_name, :status, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  |