Class: Aws::PrivateNetworks::Types::ReturnInformation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-privatenetworks/types.rb

Overview

Information about a request to return a network resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replacement_order_arnString

The Amazon Resource Name (ARN) of the replacement order.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1523

class ReturnInformation < Struct.new(
  :replacement_order_arn,
  :return_reason,
  :shipping_address,
  :shipping_label)
  SENSITIVE = []
  include Aws::Structure
end

#return_reasonString

The reason for the return. If the return request did not include a reason for the return, this value is null.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1523

class ReturnInformation < Struct.new(
  :replacement_order_arn,
  :return_reason,
  :shipping_address,
  :shipping_label)
  SENSITIVE = []
  include Aws::Structure
end

#shipping_addressTypes::Address

The shipping address.

Returns:



1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1523

class ReturnInformation < Struct.new(
  :replacement_order_arn,
  :return_reason,
  :shipping_address,
  :shipping_label)
  SENSITIVE = []
  include Aws::Structure
end

#shipping_labelString

The URL of the shipping label. The shipping label is available for download only if the status of the network resource is ‘PENDING_RETURN`. For more information, see [Return a radio unit].

[1]: docs.aws.amazon.com/private-networks/latest/userguide/radio-units.html#return-radio-unit

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1523

class ReturnInformation < Struct.new(
  :replacement_order_arn,
  :return_reason,
  :shipping_address,
  :shipping_label)
  SENSITIVE = []
  include Aws::Structure
end