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 360 days after the job has been created.
1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1402 class GetJobUnlockCodeResult < Struct.new( :unlock_code) SENSITIVE = [] include Aws::Structure end |