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.
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 |