Class: Aws::IAM::Types::GenerateOrganizationsAccessReportResponse

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

#job_idString

The job identifier that you can use in the GetOrganizationsAccessReport operation.

Returns:

  • (String)


2854
2855
2856
2857
2858
# File 'lib/aws-sdk-iam/types.rb', line 2854

class GenerateOrganizationsAccessReportResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end