You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::GetCredentialReportResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the response to a successful GetCredentialReport request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

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

Returns:

  • (String)

    Contains the credential report.

#generated_timeTime

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

Returns:

  • (Time)

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

#report_formatString

The format (MIME type) of the credential report.

Possible values:

  • text/csv

Returns:

  • (String)

    The format (MIME type) of the credential report.