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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

A request to generate a ClientCertificate resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the ClientCertificate.

Returns:

  • (String)


2119
2120
2121
2122
2123
2124
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2119

class GenerateClientCertificateRequest < Struct.new(
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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.

Returns:

  • (Hash<String,String>)


2119
2120
2121
2122
2123
2124
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2119

class GenerateClientCertificateRequest < Struct.new(
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end