Class: Aws::APIGateway::Types::GenerateClientCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GenerateClientCertificateRequest
- 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
-
#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.
2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2260 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.
2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2260 class GenerateClientCertificateRequest < Struct.new( :description, :tags) SENSITIVE = [] include Aws::Structure end |