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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Information about the credential report.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
# File 'lib/aws-sdk-iam/types.rb', line 3098

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

#stateString

Information about the state of the credential report.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
# File 'lib/aws-sdk-iam/types.rb', line 3098

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