Class: Aws::Snowball::Types::CreateReturnShippingLabelResult

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

#statusString

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

Returns:

  • (String)


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