Class: Aws::Snowball::Types::CreateReturnShippingLabelRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID for a job that you want to create the return shipping label for; for example, ‘JID123e4567-e89b-12d3-a456-426655440000`.

Returns:

  • (String)


842
843
844
845
846
847
# File 'lib/aws-sdk-snowball/types.rb', line 842

class CreateReturnShippingLabelRequest < Struct.new(
  :job_id,
  :shipping_option)
  SENSITIVE = []
  include Aws::Structure
end

#shipping_optionString

The shipping speed for a particular job. This speed doesn’t dictate how soon the device is returned to Amazon Web Services. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

Returns:

  • (String)


842
843
844
845
846
847
# File 'lib/aws-sdk-snowball/types.rb', line 842

class CreateReturnShippingLabelRequest < Struct.new(
  :job_id,
  :shipping_option)
  SENSITIVE = []
  include Aws::Structure
end