Class: Aws::SSM::Types::ListResourceDataSyncResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


8712
8713
8714
8715
8716
# File 'lib/aws-sdk-ssm/types.rb', line 8712

class ListResourceDataSyncResult < Struct.new(
  :resource_data_sync_items,
  :next_token)
  include Aws::Structure
end

#resource_data_sync_itemsArray<Types::ResourceDataSyncItem>

A list of your current Resource Data Sync configurations and their statuses.

Returns:



8712
8713
8714
8715
8716
# File 'lib/aws-sdk-ssm/types.rb', line 8712

class ListResourceDataSyncResult < Struct.new(
  :resource_data_sync_items,
  :next_token)
  include Aws::Structure
end