Class: Aws::Types::ShippingDetails
- Inherits:
-
Object
- Object
- Aws::Types::ShippingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inbound_shipment ⇒ Types::Shipment
Returns the value of attribute inbound_shipment.
-
#outbound_shipment ⇒ Types::Shipment
Returns the value of attribute outbound_shipment.
-
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
Instance Attribute Details
#inbound_shipment ⇒ Types::Shipment
Returns the value of attribute inbound_shipment.
584 585 586 |
# File 'sig/types.rbs', line 584 def inbound_shipment @inbound_shipment end |
#outbound_shipment ⇒ Types::Shipment
Returns the value of attribute outbound_shipment.
585 586 587 |
# File 'sig/types.rbs', line 585 def outbound_shipment @outbound_shipment end |
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
583 584 585 |
# File 'sig/types.rbs', line 583 def shipping_option @shipping_option end |