Class: Aws::IoT::Types::GetPackageResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetPackageResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 [:description]
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the package was created.
 - 
  
    
      #default_version_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the default package version.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The package description.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the package was last updated.
 - 
  
    
      #package_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the package.
 - 
  
    
      #package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the software package.
 
Instance Attribute Details
#creation_date ⇒ Time
The date the package was created.
      7496 7497 7498 7499 7500 7501 7502 7503 7504 7505  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7496 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end  | 
  
#default_version_name ⇒ String
The name of the default package version.
      7496 7497 7498 7499 7500 7501 7502 7503 7504 7505  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7496 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end  | 
  
#description ⇒ String
The package description.
      7496 7497 7498 7499 7500 7501 7502 7503 7504 7505  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7496 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date when the package was last updated.
      7496 7497 7498 7499 7500 7501 7502 7503 7504 7505  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7496 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end  | 
  
#package_arn ⇒ String
The ARN for the package.
      7496 7497 7498 7499 7500 7501 7502 7503 7504 7505  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7496 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end  | 
  
#package_name ⇒ String
The name of the software package.
      7496 7497 7498 7499 7500 7501 7502 7503 7504 7505  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7496 class GetPackageResponse < Struct.new( :package_name, :package_arn, :description, :default_version_name, :creation_date, :last_modified_date) SENSITIVE = [:description] include Aws::Structure end  |