Class: Aws::Outposts::Types::CreateOrderOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#orderTypes::Order

Information about this order.

Returns:



560
561
562
563
564
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 560

class CreateOrderOutput < Struct.new(
  :order)
  SENSITIVE = []
  include Aws::Structure
end