You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetClientCertificateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_certificate_id: "String", # required
}

A request to get information about the current ClientCertificate resource.

Instance Attribute Summary collapse

Instance Attribute Details

#client_certificate_idString

[Required] The identifier of the ClientCertificate resource to be described.

Returns:

  • (String)

    [Required] The identifier of the ClientCertificate resource to be described.