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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetCredentialReport request.

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

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

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
# File 'lib/aws-sdk-iam/types.rb', line 3052

class GetCredentialReportResponse < Struct.new(
  :content,
  :report_format,
  :generated_time)
  include Aws::Structure
end

#generated_timeTime

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

[1]: www.iso.org/iso/iso8601

Returns:

  • (Time)


3052
3053
3054
3055
3056
3057
# File 'lib/aws-sdk-iam/types.rb', line 3052

class GetCredentialReportResponse < Struct.new(
  :content,
  :report_format,
  :generated_time)
  include Aws::Structure
end

#report_formatString

The format (MIME type) of the credential report.

Returns:

  • (String)


3052
3053
3054
3055
3056
3057
# File 'lib/aws-sdk-iam/types.rb', line 3052

class GetCredentialReportResponse < Struct.new(
  :content,
  :report_format,
  :generated_time)
  include Aws::Structure
end