Class: Aws::PrivateNetworks::Types::AcknowledgeOrderReceiptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::AcknowledgeOrderReceiptRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#order_arn ⇒ String
The Amazon Resource Name (ARN) of the order.
Instance Attribute Details
#order_arn ⇒ String
The Amazon Resource Name (ARN) of the order.
32 33 34 35 36 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 32 class AcknowledgeOrderReceiptRequest < Struct.new( :order_arn) SENSITIVE = [] include Aws::Structure end |