Class: Aws::Outposts::Types::LineItemRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::LineItemRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Information about a line item request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #catalog_item_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the catalog item.
 - 
  
    
      #quantity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The quantity of a line item request.
 
Instance Attribute Details
#catalog_item_id ⇒ String
The ID of the catalog item.
      1213 1214 1215 1216 1217 1218  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 1213 class LineItemRequest < Struct.new( :catalog_item_id, :quantity) SENSITIVE = [] include Aws::Structure end  | 
  
#quantity ⇒ Integer
The quantity of a line item request.
      1213 1214 1215 1216 1217 1218  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 1213 class LineItemRequest < Struct.new( :catalog_item_id, :quantity) SENSITIVE = [] include Aws::Structure end  |