Class: Aws::Outposts::Types::ShipmentInformation

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

Overview

Information about a line item shipment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shipment_carrierString

The carrier of the shipment.

Returns:

  • (String)


1692
1693
1694
1695
1696
1697
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1692

class ShipmentInformation < Struct.new(
  :shipment_tracking_number,
  :shipment_carrier)
  SENSITIVE = []
  include Aws::Structure
end

#shipment_tracking_numberString

The tracking number of the shipment.

Returns:

  • (String)


1692
1693
1694
1695
1696
1697
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1692

class ShipmentInformation < Struct.new(
  :shipment_tracking_number,
  :shipment_carrier)
  SENSITIVE = []
  include Aws::Structure
end