Class: Aws::APIGateway::Types::GenerateClientCertificateRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the ClientCertificate.

Returns:

  • (String)

2712
2713
2714
2715
# File 'lib/aws-sdk-apigateway/types.rb', line 2712

class GenerateClientCertificateRequest < Struct.new(
  :description)
  include Aws::Structure
end