Class: Aws::Organizations::Types::DisablePolicyTypeResponse

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:



977
978
979
980
# File 'lib/aws-sdk-organizations/types.rb', line 977

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