You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateReturnShippingLabelRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_id: "JobId", # required
  shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
}

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)

    The ID for a job that you want to create the return shipping label for.

#shipping_optionString

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

Possible values:

  • SECOND_DAY
  • NEXT_DAY
  • EXPRESS
  • STANDARD

Returns:

  • (String)

    The shipping speed for a particular job.