class Amazonite::Iam::GetCredentialReportResponse

Overview

Contains the response to a successful GetCredentialReport request.

Defined in:

iam/get_credential_report_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(content : Bytes | Nil = nil, report_format : ReportFormatType | Nil = nil, generated_time : Time | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def content : Bytes | Nil #

Contains the credential report. The report is Base64-encoded.


[View source]
def content=(content : Bytes | Nil) #

Contains the credential report. The report is Base64-encoded.


[View source]
def generated_time : Time | Nil #

The date and time when the credential report was created, in ISO 8601 date-time format.


[View source]
def generated_time=(generated_time : Time | Nil) #

The date and time when the credential report was created, in ISO 8601 date-time format.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def report_format : ReportFormatType | Nil #

The format (MIME type) of the credential report.


[View source]
def report_format=(report_format : ReportFormatType | Nil) #

The format (MIME type) of the credential report.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]