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

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

#next_tokenString

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

Returns:

  • (String)


11717
11718
11719
11720
11721
11722
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11717

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

#resource_data_sync_itemsArray<Types::ResourceDataSyncItem>

A list of your current resource data sync configurations and their statuses.

Returns:



11717
11718
11719
11720
11721
11722
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11717

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