Class: Aws::Types::CreateRestoreAccessBackupVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRestoreAccessBackupVaultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#backup_vault_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_vault_tags.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
-
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
433 434 435 |
# File 'sig/types.rbs', line 433 def backup_vault_name @backup_vault_name end |
#backup_vault_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_vault_tags.
434 435 436 |
# File 'sig/types.rbs', line 434 def @backup_vault_tags end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
435 436 437 |
# File 'sig/types.rbs', line 435 def creator_request_id @creator_request_id end |
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
436 437 438 |
# File 'sig/types.rbs', line 436 def requester_comment @requester_comment end |
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
432 433 434 |
# File 'sig/types.rbs', line 432 def source_backup_vault_arn @source_backup_vault_arn end |