Class: Aws::Types::ListBackupVaultsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_list::Array[Types::BackupVaultListMember]

Returns the value of attribute backup_vault_list.

Returns:



1360
1361
1362
# File 'sig/types.rbs', line 1360

def backup_vault_list
  @backup_vault_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def next_token
  @next_token
end