Class: Aws::Types::ShippingDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_shipmentTypes::Shipment

Returns the value of attribute inbound_shipment.

Returns:



584
585
586
# File 'sig/types.rbs', line 584

def inbound_shipment
  @inbound_shipment
end

#outbound_shipmentTypes::Shipment

Returns the value of attribute outbound_shipment.

Returns:



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.

Returns:

  • ("SECOND_DAY", "NEXT_DAY", "EXPRESS", "STANDARD")


583
584
585
# File 'sig/types.rbs', line 583

def shipping_option
  @shipping_option
end