Class: Aws::Snowball::Types::DescribeReturnShippingLabelResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DescribeReturnShippingLabelResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiration_date ⇒ Time
The expiration date of the current return shipping label.
-
#status ⇒ String
The status information of the task on a Snow device that is being returned to AWS.
Instance Attribute Details
#expiration_date ⇒ Time
The expiration date of the current return shipping label.
1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1076 class DescribeReturnShippingLabelResult < Struct.new( :status, :expiration_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status information of the task on a Snow device that is being returned to AWS.
1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1076 class DescribeReturnShippingLabelResult < Struct.new( :status, :expiration_date) SENSITIVE = [] include Aws::Structure end |