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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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)


3176
3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3176

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.

Returns:

  • (Time)


3176
3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3176

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)


3176
3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3176

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