Class: Aws::PrivateNetworks::Types::AcknowledgeOrderReceiptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::AcknowledgeOrderReceiptResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order ⇒ Types::Order
Information about the order.
Instance Attribute Details
#order ⇒ Types::Order
Information about the order.
44 45 46 47 48 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 44 class AcknowledgeOrderReceiptResponse < Struct.new( :order) SENSITIVE = [] include Aws::Structure end |