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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Note:

When making an API call, you may pass GetClientCertificateRequest data as a 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

The identifier of the ClientCertificate resource to be described.

Returns:

  • (String)

2920
2921
2922
2923
# File 'lib/aws-sdk-apigateway/types.rb', line 2920

class GetClientCertificateRequest < Struct.new(
  :client_certificate_id)
  include Aws::Structure
end