class
Amazonite::ApiGateway::UpdateClientCertificateRequest
- Amazonite::ApiGateway::UpdateClientCertificateRequest
- Reference
- Object
Overview
A request to change information about an ClientCertificate resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_client_certificate_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(client_certificate_id : String, patch_operations : Array(PatchOperation) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 updated.
-
#client_certificate_id=(client_certificate_id : String)
The identifier of the ClientCertificate resource to be updated.
-
#hash(hasher)
See
Object#hash(hasher) -
#patch_operations : Array(PatchOperation) | Nil
For more information about supported patch operations, see Patch Operations.
-
#patch_operations=(patch_operations : Array(PatchOperation) | Nil)
For more information about supported patch operations, see Patch Operations.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The identifier of the ClientCertificate resource to be updated.
The identifier of the ClientCertificate resource to be updated.
For more information about supported patch operations, see Patch Operations.
For more information about supported patch operations, see Patch Operations.