Class: Aws::Types::ListRecoveryPointsByBackupVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPointsByBackupVaultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_account_id ⇒ ::String
Returns the value of attribute backup_vault_account_id.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#by_backup_plan_id ⇒ ::String
Returns the value of attribute by_backup_plan_id.
-
#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_recovery_point_arn ⇒ ::String
Returns the value of attribute by_parent_recovery_point_arn.
-
#by_resource_arn ⇒ ::String
Returns the value of attribute by_resource_arn.
-
#by_resource_type ⇒ ::String
Returns the value of attribute by_resource_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#backup_vault_account_id ⇒ ::String
Returns the value of attribute backup_vault_account_id.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def backup_vault_account_id @backup_vault_account_id end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def backup_vault_name @backup_vault_name end |
#by_backup_plan_id ⇒ ::String
Returns the value of attribute by_backup_plan_id.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def by_backup_plan_id @by_backup_plan_id end |
#by_created_after ⇒ ::Time
Returns the value of attribute by_created_after.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def by_created_after @by_created_after end |
#by_created_before ⇒ ::Time
Returns the value of attribute by_created_before.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def by_created_before @by_created_before end |
#by_parent_recovery_point_arn ⇒ ::String
Returns the value of attribute by_parent_recovery_point_arn.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def by_parent_recovery_point_arn @by_parent_recovery_point_arn end |
#by_resource_arn ⇒ ::String
Returns the value of attribute by_resource_arn.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def by_resource_arn @by_resource_arn end |
#by_resource_type ⇒ ::String
Returns the value of attribute by_resource_type.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def by_resource_type @by_resource_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def next_token @next_token end |