Class: Aws::Backup::Types::CreateRestoreAccessBackupVaultInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateRestoreAccessBackupVaultInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:backup_vault_tags, :requester_comment]
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ String
The name of the backup vault to associate with an MPA approval team.
-
#backup_vault_tags ⇒ Hash<String,String>
Optional tags to assign to the restore access backup vault.
-
#creator_request_id ⇒ String
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
-
#requester_comment ⇒ String
A comment explaining the reason for requesting restore access to the backup vault.
-
#source_backup_vault_arn ⇒ String
The ARN of the source backup vault containing the recovery points to which temporary access is requested.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of the backup vault to associate with an MPA approval team.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-backup/types.rb', line 2367 class CreateRestoreAccessBackupVaultInput < Struct.new( :source_backup_vault_arn, :backup_vault_name, :backup_vault_tags, :creator_request_id, :requester_comment) SENSITIVE = [:backup_vault_tags, :requester_comment] include Aws::Structure end |
#backup_vault_tags ⇒ Hash<String,String>
Optional tags to assign to the restore access backup vault.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-backup/types.rb', line 2367 class CreateRestoreAccessBackupVaultInput < Struct.new( :source_backup_vault_arn, :backup_vault_name, :backup_vault_tags, :creator_request_id, :requester_comment) SENSITIVE = [:backup_vault_tags, :requester_comment] include Aws::Structure end |
#creator_request_id ⇒ String
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-backup/types.rb', line 2367 class CreateRestoreAccessBackupVaultInput < Struct.new( :source_backup_vault_arn, :backup_vault_name, :backup_vault_tags, :creator_request_id, :requester_comment) SENSITIVE = [:backup_vault_tags, :requester_comment] include Aws::Structure end |
#requester_comment ⇒ String
A comment explaining the reason for requesting restore access to the backup vault.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-backup/types.rb', line 2367 class CreateRestoreAccessBackupVaultInput < Struct.new( :source_backup_vault_arn, :backup_vault_name, :backup_vault_tags, :creator_request_id, :requester_comment) SENSITIVE = [:backup_vault_tags, :requester_comment] include Aws::Structure end |
#source_backup_vault_arn ⇒ String
The ARN of the source backup vault containing the recovery points to which temporary access is requested.
2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-backup/types.rb', line 2367 class CreateRestoreAccessBackupVaultInput < Struct.new( :source_backup_vault_arn, :backup_vault_name, :backup_vault_tags, :creator_request_id, :requester_comment) SENSITIVE = [:backup_vault_tags, :requester_comment] include Aws::Structure end |