GenerateRandomRequest
public struct GenerateRandomRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
Declaration
Swift
public let customKeyStoreId: String?
-
The length of the byte string.
Declaration
Swift
public let numberOfBytes: Int?
-
Undocumented
Declaration
Swift
public init(customKeyStoreId: String? = nil, numberOfBytes: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws