class
Amazonite::Iam::GetCredentialReportResponse
- Amazonite::Iam::GetCredentialReportResponse
- Reference
- Object
Overview
Contains the response to a successful GetCredentialReport request.
Defined in:
iam/get_credential_report_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(content : Bytes | Nil = nil, report_format : ReportFormatType | Nil = nil, generated_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#content : Bytes | Nil
Contains the credential report.
-
#content=(content : Bytes | Nil)
Contains the credential report.
-
#generated_time : Time | Nil
The date and time when the credential report was created, in ISO 8601 date-time format.
-
#generated_time=(generated_time : Time | Nil)
The date and time when the credential report was created, in ISO 8601 date-time format.
-
#hash(hasher)
See
Object#hash(hasher) -
#report_format : ReportFormatType | Nil
The format (MIME type) of the credential report.
-
#report_format=(report_format : ReportFormatType | Nil)
The format (MIME type) of the credential report.
- #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?.
The date and time when the credential report was created, in ISO 8601 date-time format.
The date and time when the credential report was created, in ISO 8601 date-time format.
The format (MIME type) of the credential report.