Class: Aws::Types::AssociateBackupVaultMpaApprovalTeamInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateBackupVaultMpaApprovalTeamInput
- 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.
-
#mpa_approval_team_arn ⇒ ::String
Returns the value of attribute mpa_approval_team_arn.
-
#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.
35 36 37 |
# File 'sig/types.rbs', line 35 def backup_vault_name @backup_vault_name end |
#mpa_approval_team_arn ⇒ ::String
Returns the value of attribute mpa_approval_team_arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def mpa_approval_team_arn @mpa_approval_team_arn end |
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
37 38 39 |
# File 'sig/types.rbs', line 37 def requester_comment @requester_comment end |