Class: Aws::Types::ListRestoreAccessBackupVaultsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def backup_vault_name
  @backup_vault_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def next_token
  @next_token
end