class
Amazonite::Iam::GetServerCertificateResponse
- Amazonite::Iam::GetServerCertificateResponse
- Reference
- Object
Overview
Contains the response to a successful GetServerCertificate request.
Defined in:
iam/get_server_certificate_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#server_certificate : ServerCertificate
A structure containing details about the server certificate.
-
#server_certificate=(server_certificate : ServerCertificate)
A structure containing details about the server certificate.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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 server_certificate : ServerCertificate
#
A structure containing details about the server certificate.
def server_certificate=(server_certificate : ServerCertificate)
#
A structure containing details about the server certificate.