Class: Aws::APIGateway::Types::GenerateClientCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GenerateClientCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Note:
When making an API call, you may pass GenerateClientCertificateRequest data as a hash:
{
description: "String",
}
A request to generate a ClientCertificate resource.
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the ClientCertificate.
Instance Attribute Details
#description ⇒ String
The description of the ClientCertificate.
2712 2713 2714 2715 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2712 class GenerateClientCertificateRequest < Struct.new( :description) include Aws::Structure end |