InitiateVaultLockOutput
public struct InitiateVaultLockOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The lock ID, which is used to complete the vault locking process.
Declaration
Swift
public let lockId: String? -
Undocumented
Declaration
Swift
public init(lockId: String? = nil)
View on GitHub
InitiateVaultLockOutput Structure Reference