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.
331 332 333 334 335 |
# File 'lib/aws-sdk-outposts/types.rb', line 331 class CreateOrderOutput < Struct.new( :order) SENSITIVE = [] include Aws::Structure end |