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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#organizational_unit_idString

The Organizations unit ID data source for the sync.

Returns:

  • (String)


16280
16281
16282
16283
16284
# File 'lib/aws-sdk-ssm/types.rb', line 16280

class ResourceDataSyncOrganizationalUnit < Struct.new(
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end