Class: Aws::PrivateNetworks::Types::Order
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::Order
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Information about an order.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acknowledgment_status ⇒ String
The acknowledgement status of the order.
-
#created_at ⇒ Time
The creation time of the order.
-
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network associated with this order.
-
#network_site_arn ⇒ String
The Amazon Resource Name (ARN) of the network site associated with this order.
-
#order_arn ⇒ String
The Amazon Resource Name (ARN) of the order.
-
#ordered_resources ⇒ Array<Types::OrderedResourceDefinition>
A list of the network resources placed in the order.
-
#shipping_address ⇒ Types::Address
The shipping address of the order.
-
#tracking_information ⇒ Array<Types::TrackingInformation>
The tracking information of the order.
Instance Attribute Details
#acknowledgment_status ⇒ String
The acknowledgement status of the order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The creation time of the order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network associated with this order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |
#network_site_arn ⇒ String
The Amazon Resource Name (ARN) of the network site associated with this order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |
#order_arn ⇒ String
The Amazon Resource Name (ARN) of the order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |
#ordered_resources ⇒ Array<Types::OrderedResourceDefinition>
A list of the network resources placed in the order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |
#shipping_address ⇒ Types::Address
The shipping address of the order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |
#tracking_information ⇒ Array<Types::TrackingInformation>
The tracking information of the order.
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1386 class Order < Struct.new( :acknowledgment_status, :created_at, :network_arn, :network_site_arn, :order_arn, :ordered_resources, :shipping_address, :tracking_information) SENSITIVE = [] include Aws::Structure end |