Class: Aws::IoT::Types::GetPackageVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetPackageVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 [:description, :attributes]
Instance Attribute Summary collapse
- 
  
    
      #attributes  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata that were added to the package version that can be used to define a package version’s configuration.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the package version was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The package version description.
 - 
  
    
      #error_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error reason for a package version failure during creation or update.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when the package version was last updated.
 - 
  
    
      #package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the software package.
 - 
  
    
      #package_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the package version.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status associated to the package version.
 - 
  
    
      #version_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the package version.
 
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Metadata that were added to the package version that can be used to define a package version’s configuration.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#creation_date ⇒ Time
The date when the package version was created.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#description ⇒ String
The package version description.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#error_reason ⇒ String
Error reason for a package version failure during creation or update.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date when the package version was last updated.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#package_name ⇒ String
The name of the software package.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#package_version_arn ⇒ String
The ARN for the package version.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#status ⇒ String
The status associated to the package version. For more information, see [Package version lifecycle].
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  | 
  
#version_name ⇒ String
The name of the package version.
      7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7565 class GetPackageVersionResponse < Struct.new( :package_version_arn, :package_name, :version_name, :description, :attributes, :status, :error_reason, :creation_date, :last_modified_date) SENSITIVE = [:description, :attributes] include Aws::Structure end  |