class Aws::APIGateway::Types::GenerateClientCertificateRequest

A request to generate a ClientCertificate resource.

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

data as a hash:

    {
      description: "String",
      tags: {
        "String" => "String",
      },
    }

@!attribute [rw] description

The description of the ClientCertificate.
@return [String]

@!attribute [rw] tags

The key-value map of strings. The valid character set is
\[a-zA-Z+-=.\_:/\]. The tag key can be up to 128 characters and must
not start with `aws:`. The tag value can be up to 256 characters.
@return [Hash<String,String>]

Constants

SENSITIVE