Class: Aws::Organizations::Types::DisablePolicyTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DisablePolicyTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Instance Attribute Summary collapse
-
#root ⇒ Types::Root
A structure that shows the root with the updated list of enabled policy types.
Instance Attribute Details
#root ⇒ Types::Root
A structure that shows the root with the updated list of enabled policy types.
977 978 979 980 |
# File 'lib/aws-sdk-organizations/types.rb', line 977 class DisablePolicyTypeResponse < Struct.new( :root) include Aws::Structure end |