Class: Aws::PrivateNetworks::Types::TrackingInformation

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

Overview

Information about tracking a shipment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tracking_numberString

The tracking number of the shipment.

Returns:

  • (String)


1683
1684
1685
1686
1687
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1683

class TrackingInformation < Struct.new(
  :tracking_number)
  SENSITIVE = []
  include Aws::Structure
end