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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Note:

When making an API call, you may pass CancelOrderInput data as a hash:

{
  order_id: "OrderId", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#order_idString

The ID of the order to cancel.

Returns:

  • (String)


168
169
170
171
172
# File 'lib/aws-sdk-outposts/types.rb', line 168

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