Class: Aws::Types::ListSyncJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSyncJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sync_job_summaries ⇒ ::Array[Types::SyncJobSummary]
Returns the value of attribute sync_job_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
838 839 840 |
# File 'sig/types.rbs', line 838 def next_token @next_token end |
#sync_job_summaries ⇒ ::Array[Types::SyncJobSummary]
Returns the value of attribute sync_job_summaries.
837 838 839 |
# File 'sig/types.rbs', line 837 def sync_job_summaries @sync_job_summaries end |