Class: Aws::PrivateNetworks::Types::AcknowledgeOrderReceiptResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#orderTypes::Order

Information about the order.

Returns:



44
45
46
47
48
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 44

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