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:



417
418
419
420
421
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 417

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