Class: Aws::Backup::Types::DisassociateBackupVaultMpaApprovalTeamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DisassociateBackupVaultMpaApprovalTeamInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:requester_comment]
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ String
The name of the backup vault from which to disassociate the MPA approval team.
-
#requester_comment ⇒ String
An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of the backup vault from which to disassociate the MPA approval team.
4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-backup/types.rb', line 4252 class DisassociateBackupVaultMpaApprovalTeamInput < Struct.new( :backup_vault_name, :requester_comment) SENSITIVE = [:requester_comment] include Aws::Structure end |
#requester_comment ⇒ String
An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.
4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-backup/types.rb', line 4252 class DisassociateBackupVaultMpaApprovalTeamInput < Struct.new( :backup_vault_name, :requester_comment) SENSITIVE = [:requester_comment] include Aws::Structure end |