Class: Aws::APIGateway::Types::GetClientCertificateRequest

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

Instance Attribute Details

#client_certificate_idString

The identifier of the ClientCertificate resource to be described.

Returns:

  • (String)


2277
2278
2279
2280
2281
# File 'lib/aws-sdk-apigateway/types.rb', line 2277

class GetClientCertificateRequest < Struct.new(
  :client_certificate_id)
  SENSITIVE = []
  include Aws::Structure
end