Class: Aws::Snowball::Types::GetJobUnlockCodeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::GetJobUnlockCodeResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unlock_code ⇒ String
The
UnlockCode
value for the specified job.
Instance Attribute Details
#unlock_code ⇒ String
The UnlockCode
value for the specified job. The UnlockCode
value
can be accessed for up to 90 days after the job has been created.
1235 1236 1237 1238 1239 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1235 class GetJobUnlockCodeResult < Struct.new( :unlock_code) SENSITIVE = [] include Aws::Structure end |