Class: Aws::Glacier::Types::InitiateVaultLockOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::InitiateVaultLockOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lock_id ⇒ String
The lock ID, which is used to complete the vault locking process.
Instance Attribute Details
#lock_id ⇒ String
The lock ID, which is used to complete the vault locking process.
1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-glacier/types.rb', line 1213 class InitiateVaultLockOutput < Struct.new( :lock_id) SENSITIVE = [] include Aws::Structure end |