Class: Aws::Types::ListBackupVaultsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_sharedBoolean

Returns the value of attribute by_shared.

Returns:

  • (Boolean)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def by_shared
  @by_shared
end

#by_vault_type"BACKUP_VAULT", ...

Returns the value of attribute by_vault_type.

Returns:

  • ("BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT", "RESTORE_ACCESS_BACKUP_VAULT")


1352
1353
1354
# File 'sig/types.rbs', line 1352

def by_vault_type
  @by_vault_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def next_token
  @next_token
end