Class: Aws::SSM::Types::ListResourceDataSyncResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListResourceDataSyncResult
- Defined in:
- gems/aws-sdk-ssm/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.
12434 12435 12436 12437 12438 12439 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12434 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.
12434 12435 12436 12437 12438 12439 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12434 class ListResourceDataSyncResult < Struct.new( :resource_data_sync_items, :next_token) SENSITIVE = [] include Aws::Structure end |