Class: Aws::Types::CreateBackupVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupVaultInput
- 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.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
347 348 349 |
# File 'sig/types.rbs', line 347 def backup_vault_name @backup_vault_name end |
#backup_vault_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_vault_tags.
348 349 350 |
# File 'sig/types.rbs', line 348 def @backup_vault_tags end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def creator_request_id @creator_request_id end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
349 350 351 |
# File 'sig/types.rbs', line 349 def encryption_key_arn @encryption_key_arn end |