Class: Aws::Outposts::Types::GetOrderOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOrderOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order ⇒ Types::Order
Information about an order.
Instance Attribute Details
#order ⇒ Types::Order
Information about an order.
867 868 869 870 871 |
# File 'lib/aws-sdk-outposts/types.rb', line 867 class GetOrderOutput < Struct.new( :order) SENSITIVE = [] include Aws::Structure end |