Class: Aws::Outposts::Types::GetOrderInput

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_idString

The ID of the order.

Returns:

  • (String)


1122
1123
1124
1125
1126
# File 'lib/aws-sdk-outposts/types.rb', line 1122

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