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 operation.
3004 3005 3006 3007 3008 |
# File 'lib/aws-sdk-iam/types.rb', line 3004 class GenerateOrganizationsAccessReportResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |