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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

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



3881
3882
3883
3884
3885
3886
3887
# File 'lib/aws-sdk-iam/types.rb', line 3881

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



3881
3882
3883
3884
3885
3886
3887
# File 'lib/aws-sdk-iam/types.rb', line 3881

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

#report_formatString

The format (MIME type) of the credential report.



3881
3882
3883
3884
3885
3886
3887
# File 'lib/aws-sdk-iam/types.rb', line 3881

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