class
Amazonite::ApiGateway::GetClientCertificateRequest
- Amazonite::ApiGateway::GetClientCertificateRequest
- Reference
- Object
Overview
A request to get information about the current ClientCertificate resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_client_certificate_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_certificate_id : String
The identifier of the ClientCertificate resource to be described.
-
#client_certificate_id=(client_certificate_id : String)
The identifier of the ClientCertificate resource to be described.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def client_certificate_id : String
#
The identifier of the ClientCertificate resource to be described.
def client_certificate_id=(client_certificate_id : String)
#
The identifier of the ClientCertificate resource to be described.