Class: Aws::Types::ListDataSourceSyncJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def index_id
  @index_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def next_token
  @next_token
end

#start_time_filterTypes::TimeRange

Returns the value of attribute start_time_filter.

Returns:



1342
1343
1344
# File 'sig/types.rbs', line 1342

def start_time_filter
  @start_time_filter
end

#status_filter"FAILED", ...

Returns the value of attribute status_filter.

Returns:

  • ("FAILED", "SUCCEEDED", "SYNCING", "INCOMPLETE", "STOPPING", "ABORTED", "SYNCING_INDEXING")


1343
1344
1345
# File 'sig/types.rbs', line 1343

def status_filter
  @status_filter
end