Class: Aws::Types::ListRestoreJobsByProtectedResourceInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRestoreJobsByProtectedResourceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_recovery_point_creation_date_after ⇒ ::Time
Returns the value of attribute by_recovery_point_creation_date_after.
-
#by_recovery_point_creation_date_before ⇒ ::Time
Returns the value of attribute by_recovery_point_creation_date_before.
-
#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.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#by_recovery_point_creation_date_after ⇒ ::Time
Returns the value of attribute by_recovery_point_creation_date_after.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def by_recovery_point_creation_date_after @by_recovery_point_creation_date_after end |
#by_recovery_point_creation_date_before ⇒ ::Time
Returns the value of attribute by_recovery_point_creation_date_before.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def by_recovery_point_creation_date_before @by_recovery_point_creation_date_before end |
#by_status ⇒ "PENDING", ...
Returns the value of attribute by_status.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def by_status @by_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def next_token @next_token end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def resource_arn @resource_arn end |