Class: Aws::Snowball::Types::DescribeReturnShippingLabelResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_dateTime

The expiration date of the current return shipping label.

Returns:

  • (Time)


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_uriString

The pre-signed Amazon S3 URI used to download the return shipping label.

Returns:

  • (String)


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

#statusString

The status information of the task on a Snow device that is being returned to Amazon Web Services.

Returns:

  • (String)


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