Class: Aws::Types::ResourceDataSyncAwsOrganizationsSource
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDataSyncAwsOrganizationsSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_source_type ⇒ ::String
Returns the value of attribute organization_source_type.
-
#organizational_units ⇒ ::Array[Types::ResourceDataSyncOrganizationalUnit]
Returns the value of attribute organizational_units.
Instance Attribute Details
#organization_source_type ⇒ ::String
Returns the value of attribute organization_source_type.
3863 3864 3865 |
# File 'sig/types.rbs', line 3863 def organization_source_type @organization_source_type end |
#organizational_units ⇒ ::Array[Types::ResourceDataSyncOrganizationalUnit]
Returns the value of attribute organizational_units.
3864 3865 3866 |
# File 'sig/types.rbs', line 3864 def organizational_units @organizational_units end |