Class: Aws::Organizations::Types::EnablePolicyTypeResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#rootTypes::Root

A structure that shows the root with the updated list of enabled policy types.

Returns:



1088
1089
1090
1091
# File 'lib/aws-sdk-organizations/types.rb', line 1088

class EnablePolicyTypeResponse < Struct.new(
  :root)
  include Aws::Structure
end