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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-privatenetworks/types.rb', line 44

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