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.
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 |