Class: Aws::Types::ListDataSourceSyncJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#history::Array[Types::DataSourceSyncJob]

Returns the value of attribute history.

Returns:



1348
1349
1350
# File 'sig/types.rbs', line 1348

def history
  @history
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1349
1350
1351
# File 'sig/types.rbs', line 1349

def next_token
  @next_token
end