Class: Aws::Types::ListResourceDataSyncResult
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceDataSyncResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_data_sync_items ⇒ ::Array[Types::ResourceDataSyncItem]
Returns the value of attribute resource_data_sync_items.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def next_token @next_token end |
#resource_data_sync_items ⇒ ::Array[Types::ResourceDataSyncItem]
Returns the value of attribute resource_data_sync_items.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def resource_data_sync_items @resource_data_sync_items end |