Class: Aws::Organizations::Types::PolicyTypeSummary

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

Overview

Contains information about a policy type and its status in the associated root.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

Returns:

  • (String)


2723
2724
2725
2726
2727
# File 'lib/aws-sdk-organizations/types.rb', line 2723

class PolicyTypeSummary < Struct.new(
  :type,
  :status)
  include Aws::Structure
end

#typeString

The name of the policy type.

Returns:

  • (String)


2723
2724
2725
2726
2727
# File 'lib/aws-sdk-organizations/types.rb', line 2723

class PolicyTypeSummary < Struct.new(
  :type,
  :status)
  include Aws::Structure
end