Class: Aws::SSM::Types::ResourceDataSyncOrganizationalUnit

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Note:

When making an API call, you may pass ResourceDataSyncOrganizationalUnit data as a hash:

{
  organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
}

The AWS Organizations organizational unit data source for the sync.

Instance Attribute Summary collapse

Instance Attribute Details

#organizational_unit_idString

The AWS Organization unit ID data source for the sync.

Returns:

  • (String)


14083
14084
14085
14086
# File 'lib/aws-sdk-ssm/types.rb', line 14083

class ResourceDataSyncOrganizationalUnit < Struct.new(
  :organizational_unit_id)
  include Aws::Structure
end