Class: Aws::Organizations::Types::EffectivePolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Contains rules to be applied to the affected accounts. The effective policy is the aggregation of any policies the account inherits, plus any policy directly attached to the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timestampTime

The time of the last update to this policy.

Returns:

  • (Time)


1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1920

class EffectivePolicy < Struct.new(
  :policy_content,
  :last_updated_timestamp,
  :target_id,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end

#policy_contentString

The text content of the policy.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1920

class EffectivePolicy < Struct.new(
  :policy_content,
  :last_updated_timestamp,
  :target_id,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

The policy type.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1920

class EffectivePolicy < Struct.new(
  :policy_content,
  :last_updated_timestamp,
  :target_id,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

The account ID of the policy target.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1920

class EffectivePolicy < Struct.new(
  :policy_content,
  :last_updated_timestamp,
  :target_id,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end