Class: Aws::Snowball::Types::CreateReturnShippingLabelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateReturnShippingLabelRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID for a job that you want to create the return shipping label for; for example,
JID123e4567-e89b-12d3-a456-426655440000
. -
#shipping_option ⇒ String
The shipping speed for a particular job.
Instance Attribute Details
#job_id ⇒ String
The ID for a job that you want to create the return shipping label
for; for example, JID123e4567-e89b-12d3-a456-426655440000
.
842 843 844 845 846 847 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 842 class CreateReturnShippingLabelRequest < Struct.new( :job_id, :shipping_option) SENSITIVE = [] include Aws::Structure end |
#shipping_option ⇒ String
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:
842 843 844 845 846 847 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 842 class CreateReturnShippingLabelRequest < Struct.new( :job_id, :shipping_option) SENSITIVE = [] include Aws::Structure end |