Class: Aws::Types::ListBackupJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupJobsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_account_id ⇒ ::String
Returns the value of attribute by_account_id.
-
#by_backup_vault_name ⇒ ::String
Returns the value of attribute by_backup_vault_name.
-
#by_complete_after ⇒ ::Time
Returns the value of attribute by_complete_after.
-
#by_complete_before ⇒ ::Time
Returns the value of attribute by_complete_before.
-
#by_created_after ⇒ ::Time
Returns the value of attribute by_created_after.
-
#by_created_before ⇒ ::Time
Returns the value of attribute by_created_before.
-
#by_message_category ⇒ ::String
Returns the value of attribute by_message_category.
-
#by_parent_job_id ⇒ ::String
Returns the value of attribute by_parent_job_id.
-
#by_resource_arn ⇒ ::String
Returns the value of attribute by_resource_arn.
-
#by_resource_type ⇒ ::String
Returns the value of attribute by_resource_type.
-
#by_state ⇒ "CREATED", ...
Returns the value of attribute by_state.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#by_account_id ⇒ ::String
Returns the value of attribute by_account_id.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def by_account_id @by_account_id end |
#by_backup_vault_name ⇒ ::String
Returns the value of attribute by_backup_vault_name.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def by_backup_vault_name @by_backup_vault_name end |
#by_complete_after ⇒ ::Time
Returns the value of attribute by_complete_after.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def by_complete_after @by_complete_after end |
#by_complete_before ⇒ ::Time
Returns the value of attribute by_complete_before.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def by_complete_before @by_complete_before end |
#by_created_after ⇒ ::Time
Returns the value of attribute by_created_after.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def by_created_after @by_created_after end |
#by_created_before ⇒ ::Time
Returns the value of attribute by_created_before.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def by_created_before @by_created_before end |
#by_message_category ⇒ ::String
Returns the value of attribute by_message_category.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def @by_message_category end |
#by_parent_job_id ⇒ ::String
Returns the value of attribute by_parent_job_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def by_parent_job_id @by_parent_job_id end |
#by_resource_arn ⇒ ::String
Returns the value of attribute by_resource_arn.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def by_resource_arn @by_resource_arn end |
#by_resource_type ⇒ ::String
Returns the value of attribute by_resource_type.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def by_resource_type @by_resource_type end |
#by_state ⇒ "CREATED", ...
Returns the value of attribute by_state.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def by_state @by_state end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def next_token @next_token end |