Class: Aws::APIGateway::Types::GenerateClientCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GenerateClientCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A request to generate a ClientCertificate resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the ClientCertificate.
-
#tags ⇒ Hash<String,String>
The key-value map of strings.
Instance Attribute Details
#description ⇒ String
The description of the ClientCertificate.
2119 2120 2121 2122 2123 2124 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2119 class GenerateClientCertificateRequest < Struct.new( :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<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.
2119 2120 2121 2122 2123 2124 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2119 class GenerateClientCertificateRequest < Struct.new( :description, :tags) SENSITIVE = [] include Aws::Structure end |