Class: Aws::SSM::Types::UpdateResourceDataSyncRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_nameString

The name of the resource data sync you want to update.

Returns:

  • (String)


19765
19766
19767
19768
19769
19770
19771
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19765

class UpdateResourceDataSyncRequest < Struct.new(
  :sync_name,
  :sync_type,
  :sync_source)
  SENSITIVE = []
  include Aws::Structure
end

#sync_sourceTypes::ResourceDataSyncSource

Specify information about the data sources to synchronize.



19765
19766
19767
19768
19769
19770
19771
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19765

class UpdateResourceDataSyncRequest < Struct.new(
  :sync_name,
  :sync_type,
  :sync_source)
  SENSITIVE = []
  include Aws::Structure
end

#sync_typeString

The type of resource data sync. The supported SyncType is SyncFromSource.

Returns:

  • (String)


19765
19766
19767
19768
19769
19770
19771
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19765

class UpdateResourceDataSyncRequest < Struct.new(
  :sync_name,
  :sync_type,
  :sync_source)
  SENSITIVE = []
  include Aws::Structure
end