GetKMSEncryptionKeyResult
public struct GetKMSEncryptionKeyResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The KMS encryption key.
Declaration
Swift
public let kmsKey: KMSKey?
-
Undocumented
Declaration
Swift
public init(kmsKey: KMSKey? = nil)