Class: Aws::IoT::Types::CreatePackageResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreatePackageResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 [:description]
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The package description.
 - 
  
    
      #package_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the package.
 - 
  
    
      #package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the software package.
 
Instance Attribute Details
#description ⇒ String
The package description.
      3339 3340 3341 3342 3343 3344 3345  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3339 class CreatePackageResponse < Struct.new( :package_name, :package_arn, :description) SENSITIVE = [:description] include Aws::Structure end  | 
  
#package_arn ⇒ String
The Amazon Resource Name (ARN) for the package.
      3339 3340 3341 3342 3343 3344 3345  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3339 class CreatePackageResponse < Struct.new( :package_name, :package_arn, :description) SENSITIVE = [:description] include Aws::Structure end  | 
  
#package_name ⇒ String
The name of the software package.
      3339 3340 3341 3342 3343 3344 3345  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 3339 class CreatePackageResponse < Struct.new( :package_name, :package_arn, :description) SENSITIVE = [:description] include Aws::Structure end  |