Class: Aws::SSM::Types::ListResourceDataSyncResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListResourceDataSyncResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#resource_data_sync_items ⇒ Array<Types::ResourceDataSyncItem>
A list of your current resource data sync configurations and their statuses.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
12024 12025 12026 12027 12028 12029 |
# File 'lib/aws-sdk-ssm/types.rb', line 12024 class ListResourceDataSyncResult < Struct.new( :resource_data_sync_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_data_sync_items ⇒ Array<Types::ResourceDataSyncItem>
A list of your current resource data sync configurations and their statuses.
12024 12025 12026 12027 12028 12029 |
# File 'lib/aws-sdk-ssm/types.rb', line 12024 class ListResourceDataSyncResult < Struct.new( :resource_data_sync_items, :next_token) SENSITIVE = [] include Aws::Structure end |