Class: Aws::Types::ListRestoreJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRestoreJobsInput
- 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_parent_job_id ⇒ ::String
Returns the value of attribute by_parent_job_id.
-
#by_resource_type ⇒ ::String
Returns the value of attribute by_resource_type.
-
#by_restore_testing_plan_arn ⇒ ::String
Returns the value of attribute by_restore_testing_plan_arn.
-
#by_status ⇒ "PENDING", ...
Returns the value of attribute by_status.
-
#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.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def by_account_id @by_account_id end |
#by_complete_after ⇒ ::Time
Returns the value of attribute by_complete_after.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def by_complete_after @by_complete_after end |
#by_complete_before ⇒ ::Time
Returns the value of attribute by_complete_before.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def by_complete_before @by_complete_before end |
#by_created_after ⇒ ::Time
Returns the value of attribute by_created_after.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def by_created_after @by_created_after end |
#by_created_before ⇒ ::Time
Returns the value of attribute by_created_before.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def by_created_before @by_created_before end |
#by_parent_job_id ⇒ ::String
Returns the value of attribute by_parent_job_id.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def by_parent_job_id @by_parent_job_id end |
#by_resource_type ⇒ ::String
Returns the value of attribute by_resource_type.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def by_resource_type @by_resource_type end |
#by_restore_testing_plan_arn ⇒ ::String
Returns the value of attribute by_restore_testing_plan_arn.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def by_restore_testing_plan_arn @by_restore_testing_plan_arn end |
#by_status ⇒ "PENDING", ...
Returns the value of attribute by_status.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def by_status @by_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def next_token @next_token end |