class Aws::KMS::Types::DescribeCustomKeyStoresRequest
@note When making an API call, you may pass DescribeCustomKeyStoresRequest
data as a hash: { custom_key_store_id: "CustomKeyStoreIdType", custom_key_store_name: "CustomKeyStoreNameType", limit: 1, marker: "MarkerType", }
@!attribute [rw] custom_key_store_id
Gets only information about the specified custom key store. Enter the key store ID. By default, this operation gets information about all custom key stores in the account and Region. To limit the output to a particular custom key store, you can use either the `CustomKeyStoreId` or `CustomKeyStoreName` parameter, but not both. @return [String]
@!attribute [rw] custom_key_store_name
Gets only information about the specified custom key store. Enter the friendly name of the custom key store. By default, this operation gets information about all custom key stores in the account and Region. To limit the output to a particular custom key store, you can use either the `CustomKeyStoreId` or `CustomKeyStoreName` parameter, but not both. @return [String]
@!attribute [rw] limit
Use this parameter to specify the maximum number of items to return. When this value is present, KMS does not return more than the specified number of items, but it might return fewer. @return [Integer]
@!attribute [rw] marker
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value of `NextMarker` from the truncated response you just received. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kms-2014-11-01/DescribeCustomKeyStoresRequest AWS API Documentation
Constants
- SENSITIVE