Class: Aws::Snowball::Types::CreateReturnShippingLabelResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateReturnShippingLabelResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status information of the task on a Snow device that is being returned to Amazon Web Services.
Instance Attribute Details
#status ⇒ String
The status information of the task on a Snow device that is being returned to Amazon Web Services.
856 857 858 859 860 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 856 class CreateReturnShippingLabelResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |