Class: Aws::Organizations::Types::Policy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The text content of the policy.

Returns:

  • (String)


2577
2578
2579
2580
2581
# File 'lib/aws-sdk-organizations/types.rb', line 2577

class Policy < Struct.new(
  :policy_summary,
  :content)
  include Aws::Structure
end

#policy_summaryTypes::PolicySummary

A structure that contains additional details about the policy.



2577
2578
2579
2580
2581
# File 'lib/aws-sdk-organizations/types.rb', line 2577

class Policy < Struct.new(
  :policy_summary,
  :content)
  include Aws::Structure
end