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.
-
#return_shipping_label_uri ⇒ String
The pre-signed Amazon S3 URI used to download the return shipping label.
-
#status ⇒ String
The status information of the task on a Snow device that is being returned to Amazon Web Services.
Instance Attribute Details
#expiration_date ⇒ Time
The expiration date of the current return shipping label.
1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1071 class DescribeReturnShippingLabelResult < Struct.new( :status, :expiration_date, :return_shipping_label_uri) SENSITIVE = [] include Aws::Structure end |
#return_shipping_label_uri ⇒ String
The pre-signed Amazon S3 URI used to download the return shipping label.
1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1071 class DescribeReturnShippingLabelResult < Struct.new( :status, :expiration_date, :return_shipping_label_uri) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status information of the task on a Snow device that is being returned to Amazon Web Services.
1071 1072 1073 1074 1075 1076 1077 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1071 class DescribeReturnShippingLabelResult < Struct.new( :status, :expiration_date, :return_shipping_label_uri) SENSITIVE = [] include Aws::Structure end |