Class: Aws::Types::OrganizationalUnitScope
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationalUnitScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_organizational_units_enabled ⇒ Boolean
Returns the value of attribute all_organizational_units_enabled.
-
#exclude_specified_organizational_units ⇒ Boolean
Returns the value of attribute exclude_specified_organizational_units.
-
#organizational_units ⇒ ::Array[::String]
Returns the value of attribute organizational_units.
Instance Attribute Details
#all_organizational_units_enabled ⇒ Boolean
Returns the value of attribute all_organizational_units_enabled.
816 817 818 |
# File 'sig/types.rbs', line 816 def all_organizational_units_enabled @all_organizational_units_enabled end |
#exclude_specified_organizational_units ⇒ Boolean
Returns the value of attribute exclude_specified_organizational_units.
817 818 819 |
# File 'sig/types.rbs', line 817 def exclude_specified_organizational_units @exclude_specified_organizational_units end |
#organizational_units ⇒ ::Array[::String]
Returns the value of attribute organizational_units.
815 816 817 |
# File 'sig/types.rbs', line 815 def organizational_units @organizational_units end |