Class: Aws::IAM::Types::GenerateCredentialReportResponse

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

Overview

Contains the response to a successful GenerateCredentialReport request.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Information about the credential report.

Returns:

  • (String)


2950
2951
2952
2953
2954
# File 'lib/aws-sdk-iam/types.rb', line 2950

class GenerateCredentialReportResponse < Struct.new(
  :state,
  :description)
  include Aws::Structure
end

#stateString

Information about the state of the credential report.

Returns:

  • (String)


2950
2951
2952
2953
2954
# File 'lib/aws-sdk-iam/types.rb', line 2950

class GenerateCredentialReportResponse < Struct.new(
  :state,
  :description)
  include Aws::Structure
end