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)


837
838
839
840
841
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 837

class CreateReturnShippingLabelResult < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end