class
Amazonite::Iam::GenerateCredentialReportResponse
- Amazonite::Iam::GenerateCredentialReportResponse
- Reference
- Object
Overview
Contains the response to a successful GenerateCredentialReport request.
Defined in:
iam/generate_credential_report_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(state : ReportStateType | Nil = nil, description : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
Information about the credential report.
-
#description=(description : String | Nil)
Information about the credential report.
-
#hash(hasher)
See
Object#hash(hasher) -
#state : ReportStateType | Nil
Information about the state of the credential report.
-
#state=(state : ReportStateType | Nil)
Information about the state of the credential report.
- #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?.