Class: Aws::Types::ListDataSourceSyncJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSourceSyncJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time_filter ⇒ Types::TimeRange
Returns the value of attribute start_time_filter.
-
#status_filter ⇒ "FAILED", ...
Returns the value of attribute status_filter.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
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.
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.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def next_token @next_token end |
#start_time_filter ⇒ Types::TimeRange
Returns the value of attribute start_time_filter.
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.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def status_filter @status_filter end |