Class: Aws::Glacier::Types::InitiateVaultLockOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Contains the Amazon Glacier response to your request.

Instance Attribute Summary collapse

Instance Attribute Details

#lock_idString

The lock ID, which is used to complete the vault locking process.

Returns:

  • (String)


1494
1495
1496
1497
# File 'lib/aws-sdk-glacier/types.rb', line 1494

class InitiateVaultLockOutput < Struct.new(
  :lock_id)
  include Aws::Structure
end