Class: Aws::Types::CreateLogicallyAirGappedBackupVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLogicallyAirGappedBackupVaultInput
- 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.
-
#max_retention_days ⇒ ::Integer
Returns the value of attribute max_retention_days.
-
#min_retention_days ⇒ ::Integer
Returns the value of attribute min_retention_days.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
397 398 399 |
# File 'sig/types.rbs', line 397 def backup_vault_name @backup_vault_name end |
#backup_vault_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute backup_vault_tags.
398 399 400 |
# File 'sig/types.rbs', line 398 def @backup_vault_tags end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def creator_request_id @creator_request_id end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
402 403 404 |
# File 'sig/types.rbs', line 402 def encryption_key_arn @encryption_key_arn end |
#max_retention_days ⇒ ::Integer
Returns the value of attribute max_retention_days.
401 402 403 |
# File 'sig/types.rbs', line 401 def max_retention_days @max_retention_days end |
#min_retention_days ⇒ ::Integer
Returns the value of attribute min_retention_days.
400 401 402 |
# File 'sig/types.rbs', line 400 def min_retention_days @min_retention_days end |