Class: Aws::Types::UpdateJobShipmentStateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def job_id
  @job_id
end

#shipment_state"RECEIVED", "RETURNED"

Returns the value of attribute shipment_state.

Returns:

  • ("RECEIVED", "RETURNED")


652
653
654
# File 'sig/types.rbs', line 652

def shipment_state
  @shipment_state
end