GenerateRandomResponse
public struct GenerateRandomResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The random byte string. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
Declaration
Swift
public let plaintext: Data?
-
Undocumented
Declaration
Swift
public init(plaintext: Data? = nil)