Class: Aws::Snowball::Types::DescribeReturnShippingLabelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DescribeReturnShippingLabelRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Note:
When making an API call, you may pass DescribeReturnShippingLabelRequest data as a hash:
{
job_id: "JobId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.
Instance Attribute Details
#job_id ⇒ String
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.
1220 1221 1222 1223 1224 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1220 class DescribeReturnShippingLabelRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |