Class: Aws::SSM::Types::ResourceDataSyncOrganizationalUnit
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncOrganizationalUnit
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The Organizations organizational unit data source for the sync.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organizational_unit_id ⇒ String
The Organizations unit ID data source for the sync.
Instance Attribute Details
#organizational_unit_id ⇒ String
The Organizations unit ID data source for the sync.
16373 16374 16375 16376 16377 |
# File 'lib/aws-sdk-ssm/types.rb', line 16373 class ResourceDataSyncOrganizationalUnit < Struct.new( :organizational_unit_id) SENSITIVE = [] include Aws::Structure end |