Class: Aws::APIGateway::Types::GetClientCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetClientCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A request to get information about the current ClientCertificate resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_certificate_id ⇒ String
The identifier of the ClientCertificate resource to be described.
Instance Attribute Details
#client_certificate_id ⇒ String
The identifier of the ClientCertificate resource to be described.
2278 2279 2280 2281 2282 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2278 class GetClientCertificateRequest < Struct.new( :client_certificate_id) SENSITIVE = [] include Aws::Structure end |