Class: Aws::IAM::Types::GenerateCredentialReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GenerateCredentialReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GenerateCredentialReport request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Information about the credential report.
-
#state ⇒ String
Information about the state of the credential report.
Instance Attribute Details
#description ⇒ String
Information about the credential report.
2812 2813 2814 2815 2816 2817 |
# File 'lib/aws-sdk-iam/types.rb', line 2812 class GenerateCredentialReportResponse < Struct.new( :state, :description) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Information about the state of the credential report.
2812 2813 2814 2815 2816 2817 |
# File 'lib/aws-sdk-iam/types.rb', line 2812 class GenerateCredentialReportResponse < Struct.new( :state, :description) SENSITIVE = [] include Aws::Structure end |