Class: Aws::Outposts::Types::GetOrderInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOrderInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order_id ⇒ String
The ID of the order.
Instance Attribute Details
#order_id ⇒ String
The ID of the order.
855 856 857 858 859 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 855 class GetOrderInput < Struct.new( :order_id) SENSITIVE = [] include Aws::Structure end |