Struct aws_sdk_iam::output::GetCredentialReportOutput [−][src]
#[non_exhaustive]pub struct GetCredentialReportOutput {
pub content: Option<Blob>,
pub report_format: Option<ReportFormatType>,
pub generated_time: Option<DateTime>,
}
Expand description
Contains the response to a successful GetCredentialReport request.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.content: Option<Blob>
Contains the credential report. The report is Base64-encoded.
report_format: Option<ReportFormatType>
The format (MIME type) of the credential report.
generated_time: Option<DateTime>
The date and time when the credential report was created, in ISO 8601 date-time format.
Implementations
Contains the credential report. The report is Base64-encoded.
The format (MIME type) of the credential report.
The date and time when the credential report was created, in ISO 8601 date-time format.
Creates a new builder-style object to manufacture GetCredentialReportOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetCredentialReportOutput
impl Send for GetCredentialReportOutput
impl Sync for GetCredentialReportOutput
impl Unpin for GetCredentialReportOutput
impl UnwindSafe for GetCredentialReportOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more