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)


8899
8900
8901
8902
8903
# File 'lib/aws-sdk-ssm/types.rb', line 8899

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:



8899
8900
8901
8902
8903
# File 'lib/aws-sdk-ssm/types.rb', line 8899

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