Class: Aws::Types::ListCopyJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListCopyJobsInput
- 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_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_destination_vault_arn ⇒ ::String
Returns the value of attribute by_destination_vault_arn.
-
#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_source_recovery_point_arn ⇒ ::String
Returns the value of attribute by_source_recovery_point_arn.
-
#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.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def by_account_id @by_account_id end |
#by_complete_after ⇒ ::Time
Returns the value of attribute by_complete_after.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def by_complete_after @by_complete_after end |
#by_complete_before ⇒ ::Time
Returns the value of attribute by_complete_before.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def by_complete_before @by_complete_before end |
#by_created_after ⇒ ::Time
Returns the value of attribute by_created_after.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def by_created_after @by_created_after end |
#by_created_before ⇒ ::Time
Returns the value of attribute by_created_before.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def by_created_before @by_created_before end |
#by_destination_vault_arn ⇒ ::String
Returns the value of attribute by_destination_vault_arn.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def by_destination_vault_arn @by_destination_vault_arn end |
#by_message_category ⇒ ::String
Returns the value of attribute by_message_category.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def @by_message_category end |
#by_parent_job_id ⇒ ::String
Returns the value of attribute by_parent_job_id.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def by_parent_job_id @by_parent_job_id end |
#by_resource_arn ⇒ ::String
Returns the value of attribute by_resource_arn.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def by_resource_arn @by_resource_arn end |
#by_resource_type ⇒ ::String
Returns the value of attribute by_resource_type.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def by_resource_type @by_resource_type end |
#by_source_recovery_point_arn ⇒ ::String
Returns the value of attribute by_source_recovery_point_arn.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def by_source_recovery_point_arn @by_source_recovery_point_arn end |
#by_state ⇒ "CREATED", ...
Returns the value of attribute by_state.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def by_state @by_state end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def next_token @next_token end |