Class: Aws::Types::ListRecoveryPointsByResourceInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPointsByResourceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_by_aws_backup_only ⇒ Boolean
Returns the value of attribute managed_by_aws_backup_only.
-
#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
#managed_by_aws_backup_only ⇒ Boolean
Returns the value of attribute managed_by_aws_backup_only.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def managed_by_aws_backup_only @managed_by_aws_backup_only end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def next_token @next_token end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def resource_arn @resource_arn end |