Class: Aws::IAM::Types::GenerateOrganizationsAccessReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GenerateOrganizationsAccessReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job identifier that you can use in the [GetOrganizationsAccessReport] operation.
Instance Attribute Details
#job_id ⇒ String
The job identifier that you can use in the
- GetOrganizationsAccessReport][1
-
operation.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html
3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-iam/types.rb', line 3144 class GenerateOrganizationsAccessReportResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |