Class: Aws::PrivateNetworks::Types::AcknowledgeOrderReceiptRequest

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

#order_arnString

The Amazon Resource Name (ARN) of the order.

Returns:

  • (String)


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