Class: Aws::IoT::Types::PackageSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::PackageSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
A summary of information about a software package.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the package was created.
 - 
  
    
      #default_version_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the default package version.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the package was last updated.
 - 
  
    
      #package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name for the target software package.
 
Instance Attribute Details
#creation_date ⇒ Time
The date that the package was created.
      12436 12437 12438 12439 12440 12441 12442 12443  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12436 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#default_version_name ⇒ String
The name of the default package version.
      12436 12437 12438 12439 12440 12441 12442 12443  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12436 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date that the package was last updated.
      12436 12437 12438 12439 12440 12441 12442 12443  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12436 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#package_name ⇒ String
The name for the target software package.
      12436 12437 12438 12439 12440 12441 12442 12443  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12436 class PackageSummary < Struct.new( :package_name, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  |