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)


15848
15849
15850
15851
15852
# File 'lib/aws-sdk-ssm/types.rb', line 15848

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