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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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

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)


4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4228

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

#typeString

The name of the policy type.

Returns:

  • (String)


4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4228

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