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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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)


2857
2858
2859
2860
2861
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2857

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