Class: Aws::IAM::Types::OrganizationsDecisionDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains information about the effect that Organizations has on a policy simulation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_by_organizationsBoolean

Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user’s account.

Returns:

  • (Boolean)


7587
7588
7589
7590
7591
# File 'lib/aws-sdk-iam/types.rb', line 7587

class OrganizationsDecisionDetail < Struct.new(
  :allowed_by_organizations)
  SENSITIVE = []
  include Aws::Structure
end