Class: Aws::Types::OrganizationalUnitScope

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_organizational_units_enabledBoolean

Returns the value of attribute all_organizational_units_enabled.

Returns:

  • (Boolean)


816
817
818
# File 'sig/types.rbs', line 816

def all_organizational_units_enabled
  @all_organizational_units_enabled
end

#exclude_specified_organizational_unitsBoolean

Returns the value of attribute exclude_specified_organizational_units.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


815
816
817
# File 'sig/types.rbs', line 815

def organizational_units
  @organizational_units
end