EncryptionInfo
public struct EncryptionInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data-volume encryption details.
Declaration
Swift
public let encryptionAtRest: EncryptionAtRest?
-
The details for encryption in transit.
Declaration
Swift
public let encryptionInTransit: EncryptionInTransit?
-
Undocumented
Declaration
Swift
public init(encryptionAtRest: EncryptionAtRest? = nil, encryptionInTransit: EncryptionInTransit? = nil)