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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rootTypes::Root

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

Returns:



2028
2029
2030
2031
2032
# File 'lib/aws-sdk-organizations/types.rb', line 2028

class EnablePolicyTypeResponse < Struct.new(
  :root)
  SENSITIVE = []
  include Aws::Structure
end