Class: Aws::Organizations::Types::EnablePolicyTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::EnablePolicyTypeResponse
- 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.
2048 2049 2050 2051 2052 |
# File 'lib/aws-sdk-organizations/types.rb', line 2048 class EnablePolicyTypeResponse < Struct.new( :root) SENSITIVE = [] include Aws::Structure end |