Class: Aws::Organizations::Types::DisablePolicyTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DisablePolicyTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
1836 1837 1838 1839 1840 |
# File 'lib/aws-sdk-organizations/types.rb', line 1836 class DisablePolicyTypeResponse < Struct.new( :root) SENSITIVE = [] include Aws::Structure end |