Class: Aws::Types::DisassociateBackupVaultMpaApprovalTeamInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateBackupVaultMpaApprovalTeamInput
- 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.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
859 860 861 |
# File 'sig/types.rbs', line 859 def backup_vault_name @backup_vault_name end |
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
860 861 862 |
# File 'sig/types.rbs', line 860 def requester_comment @requester_comment end |