Class: Aws::Organizations::Types::Policy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::Policy
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Contains rules to be applied to the affected accounts. Policies can be attached directly to accounts, or to roots and OUs to affect all accounts in those hierarchies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The text content of the policy.
-
#policy_summary ⇒ Types::PolicySummary
A structure that contains additional details about the policy.
Instance Attribute Details
#content ⇒ String
The text content of the policy.
4333 4334 4335 4336 4337 4338 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4333 class Policy < Struct.new( :policy_summary, :content) SENSITIVE = [] include Aws::Structure end |
#policy_summary ⇒ Types::PolicySummary
A structure that contains additional details about the policy.
4333 4334 4335 4336 4337 4338 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4333 class Policy < Struct.new( :policy_summary, :content) SENSITIVE = [] include Aws::Structure end |