Class: Aws::Outposts::Types::CreateOrderOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::CreateOrderOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #order  ⇒ Types::Order 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about this order.
 
Instance Attribute Details
#order ⇒ Types::Order
Information about this order.
      507 508 509 510 511  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 507 class CreateOrderOutput < Struct.new( :order) SENSITIVE = [] include Aws::Structure end  |