Class: Aws::Outposts::Types::CancelOrderInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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)


166
167
168
169
170
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 166

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