Class: Aws::IAM::Types::GetCredentialReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetCredentialReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful [GetCredentialReport] request.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetCredentialReport.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
Contains the credential report.
-
#generated_time ⇒ Time
The date and time when the credential report was created, in [ISO 8601 date-time format].
-
#report_format ⇒ String
The format (MIME type) of the credential report.
Instance Attribute Details
#content ⇒ String
Contains the credential report. The report is Base64-encoded.
3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-iam/types.rb', line 3501 class GetCredentialReportResponse < Struct.new( :content, :report_format, :generated_time) SENSITIVE = [] include Aws::Structure end |
#generated_time ⇒ Time
The date and time when the credential report was created, in [ISO 8601 date-time format].
3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-iam/types.rb', line 3501 class GetCredentialReportResponse < Struct.new( :content, :report_format, :generated_time) SENSITIVE = [] include Aws::Structure end |
#report_format ⇒ String
The format (MIME type) of the credential report.
3501 3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-iam/types.rb', line 3501 class GetCredentialReportResponse < Struct.new( :content, :report_format, :generated_time) SENSITIVE = [] include Aws::Structure end |