Class: Aws::IAM::Types::OrganizationsDecisionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::OrganizationsDecisionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains information about AWS Organizations’s effect on a policy simulation.
Instance Attribute Summary collapse
-
#allowed_by_organizations ⇒ Boolean
Specifies whether the simulated operation is allowed by the AWS Organizations service control policies that impact the simulated user’s account.
Instance Attribute Details
#allowed_by_organizations ⇒ Boolean
Specifies whether the simulated operation is allowed by the AWS Organizations service control policies that impact the simulated user’s account.
6887 6888 6889 6890 |
# File 'lib/aws-sdk-iam/types.rb', line 6887 class OrganizationsDecisionDetail < Struct.new( :allowed_by_organizations) include Aws::Structure end |