Class: Aws::Backup::Types::ListProtectedResourcesByBackupVaultInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListProtectedResourcesByBackupVaultInput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_vault_account_id ⇒ String
The list of protected resources by backup vault within the vault(s) you specify by account ID.
-
#backup_vault_name ⇒ String
The list of protected resources by backup vault within the vault(s) you specify by name.
-
#max_results ⇒ Integer
The maximum number of items to be returned.
-
#next_token ⇒ String
The next item following a partial list of returned items.
Instance Attribute Details
#backup_vault_account_id ⇒ String
The list of protected resources by backup vault within the vault(s) you specify by account ID.
5968 5969 5970 5971 5972 5973 5974 5975 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5968 class ListProtectedResourcesByBackupVaultInput < Struct.new( :backup_vault_name, :backup_vault_account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#backup_vault_name ⇒ String
The list of protected resources by backup vault within the vault(s) you specify by name.
5968 5969 5970 5971 5972 5973 5974 5975 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5968 class ListProtectedResourcesByBackupVaultInput < Struct.new( :backup_vault_name, :backup_vault_account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to be returned.
5968 5969 5970 5971 5972 5973 5974 5975 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5968 class ListProtectedResourcesByBackupVaultInput < Struct.new( :backup_vault_name, :backup_vault_account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5968 5969 5970 5971 5972 5973 5974 5975 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5968 class ListProtectedResourcesByBackupVaultInput < Struct.new( :backup_vault_name, :backup_vault_account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |