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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

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

Returns:

  • (String)


3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-iam/types.rb', line 3179

class GetCredentialReportResponse < Struct.new(
  :content,
  :report_format,
  :generated_time)
  SENSITIVE = []
  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)


3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-iam/types.rb', line 3179

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

#report_formatString

The format (MIME type) of the credential report.

Returns:

  • (String)


3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-iam/types.rb', line 3179

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