class
Amazonite::Iam::CreateServiceSpecificCredentialResponse
- Amazonite::Iam::CreateServiceSpecificCredentialResponse
- Reference
- Object
Defined in:
iam/create_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 that contains information about the newly created service-specific credential.
-
#service_specific_credential=(service_specific_credential : ServiceSpecificCredential | Nil)
A structure that contains information about the newly created service-specific credential.
- #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 that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you must reset the password with ResetServiceSpecificCredential.
A structure that contains information about the newly created service-specific credential.
This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you must reset the password with ResetServiceSpecificCredential.