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

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

Overview

Contains the response to a successful GenerateCredentialReport request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Information about the credential report.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2815

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

#stateString

Information about the state of the credential report.

Returns:

  • (String)


2815
2816
2817
2818
2819
2820
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2815

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