class
Amazonite::Iam::ResetServiceSpecificCredentialResponse
- Amazonite::Iam::ResetServiceSpecificCredentialResponse
- Reference
- Object
Defined in:
iam/reset_service_specific_credential_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(service_specific_credential : ServiceSpecificCredential | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#service_specific_credential : ServiceSpecificCredential | Nil
A structure with details about the updated service-specific credential, including the new password.
-
#service_specific_credential=(service_specific_credential : ServiceSpecificCredential | Nil)
A structure with details about the updated service-specific credential, including the new password.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
A structure with details about the updated service-specific credential, including the new password.
This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.