Class: Aws::Types::AssociateBackupVaultMpaApprovalTeamInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:requester_comment])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def requester_comment
  @requester_comment
end