class Aws::KMS::Types::GenerateRandomRequest

@note When making an API call, you may pass GenerateRandomRequest

data as a hash:

    {
      number_of_bytes: 1,
      custom_key_store_id: "CustomKeyStoreIdType",
    }

@!attribute [rw] number_of_bytes

The length of the byte string.
@return [Integer]

@!attribute [rw] custom_key_store_id

Generates the random byte string in the CloudHSM cluster that is
associated with the specified [custom key store][1]. To find the ID
of a custom key store, use the DescribeCustomKeyStores operation.

[1]: https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kms-2014-11-01/GenerateRandomRequest AWS API Documentation

Constants

SENSITIVE