class
Amazonite::Iam::UploadSSHPublicKeyResponse
- Amazonite::Iam::UploadSSHPublicKeyResponse
- Reference
- Object
Overview
Contains the response to a successful UploadSSHPublicKey request.
Defined in:
iam/upload_ssh_public_key_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#ssh_public_key : SSHPublicKey | Nil
Contains information about the SSH public key.
-
#ssh_public_key=(ssh_public_key : SSHPublicKey | Nil)
Contains information about the SSH public key.
- #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 ssh_public_key=(ssh_public_key : SSHPublicKey | Nil)
#
Contains information about the SSH public key.