Class: Aws::IoT::Types::GetPackageRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetPackageRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the target software package.
 
Instance Attribute Details
#package_name ⇒ String
The name of the target software package.
      7466 7467 7468 7469 7470  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7466 class GetPackageRequest < Struct.new( :package_name) SENSITIVE = [] include Aws::Structure end  |