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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#order ⇒ Types::Order

Information about this order.

Returns:



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

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