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

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

Overview

Contains the Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lock_idString

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

Returns:

  • (String)


1213
1214
1215
1216
1217
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1213

class InitiateVaultLockOutput < Struct.new(
  :lock_id)
  SENSITIVE = []
  include Aws::Structure
end