GetVaultLockOutput
public struct GetVaultLockOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The UTC date and time at which the vault lock was put into the InProgress state.
Declaration
Swift
public let creationDate: String?
-
The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.
Declaration
Swift
public let expirationDate: String?
-
The vault lock policy as a JSON string, which uses “\” as an escape character.
Declaration
Swift
public let policy: String?
-
The state of the vault lock. InProgress or Locked.
Declaration
Swift
public let state: String?
-
Undocumented
Declaration
Swift
public init(creationDate: String? = nil, expirationDate: String? = nil, policy: String? = nil, state: String? = nil)