Class: Aws::Organizations::Types::PolicyTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyTypeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Contains information about a policy type and its status in the associated root.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the policy type as it relates to the associated root.
-
#type ⇒ String
The name of the policy type.
Instance Attribute Details
#status ⇒ String
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.
4266 4267 4268 4269 4270 4271 |
# File 'lib/aws-sdk-organizations/types.rb', line 4266 class PolicyTypeSummary < Struct.new( :type, :status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The name of the policy type.
4266 4267 4268 4269 4270 4271 |
# File 'lib/aws-sdk-organizations/types.rb', line 4266 class PolicyTypeSummary < Struct.new( :type, :status) SENSITIVE = [] include Aws::Structure end |