Class: Aws::Backup::Types::ListProtectedResourcesByBackupVaultInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_account_idString

The list of protected resources by backup vault within the vault(s) you specify by account ID.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
# File 'lib/aws-sdk-backup/types.rb', line 5331

class ListProtectedResourcesByBackupVaultInput < Struct.new(
  :backup_vault_name,
  :backup_vault_account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#backup_vault_nameString

The list of protected resources by backup vault within the vault(s) you specify by name.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
# File 'lib/aws-sdk-backup/types.rb', line 5331

class ListProtectedResourcesByBackupVaultInput < Struct.new(
  :backup_vault_name,
  :backup_vault_account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to be returned.

Returns:

  • (Integer)


5331
5332
5333
5334
5335
5336
5337
5338
# File 'lib/aws-sdk-backup/types.rb', line 5331

class ListProtectedResourcesByBackupVaultInput < Struct.new(
  :backup_vault_name,
  :backup_vault_account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next item following a partial list of returned items. For example, if a request is made to return ‘MaxResults` number of items, `NextToken` allows you to return more items in your list starting at the location pointed to by the next token.

Returns:

  • (String)


5331
5332
5333
5334
5335
5336
5337
5338
# File 'lib/aws-sdk-backup/types.rb', line 5331

class ListProtectedResourcesByBackupVaultInput < Struct.new(
  :backup_vault_name,
  :backup_vault_account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end