Class: Aws::IAM::Types::GenerateOrganizationsAccessReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GenerateOrganizationsAccessReportResponse
- Defined in:
- gems/aws-sdk-iam/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.
3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3255 class GenerateOrganizationsAccessReportResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |