Class: Aws::Types::DisassociateBackupVaultMpaApprovalTeamInput

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)


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.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def requester_comment
  @requester_comment
end