Class: Aws::Types::RevokeRestoreAccessBackupVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::RevokeRestoreAccessBackupVaultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
-
#restore_access_backup_vault_arn ⇒ ::String
Returns the value of attribute restore_access_backup_vault_arn.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def backup_vault_name @backup_vault_name end |
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def requester_comment @requester_comment end |
#restore_access_backup_vault_arn ⇒ ::String
Returns the value of attribute restore_access_backup_vault_arn.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def restore_access_backup_vault_arn @restore_access_backup_vault_arn end |