Class: Aws::Snowball::Types::GetJobUnlockCodeResult

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

#unlock_codeString

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 360 days after the job has been created.

Returns:

  • (String)


1211
1212
1213
1214
1215
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1211

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