Class: Aws::Types::CreateLogicallyAirGappedBackupVaultOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLogicallyAirGappedBackupVaultOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#vault_state ⇒ "CREATING", ...
Returns the value of attribute vault_state.
Instance Attribute Details
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
408 409 410 |
# File 'sig/types.rbs', line 408 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
407 408 409 |
# File 'sig/types.rbs', line 407 def backup_vault_name @backup_vault_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
409 410 411 |
# File 'sig/types.rbs', line 409 def creation_date @creation_date end |
#vault_state ⇒ "CREATING", ...
Returns the value of attribute vault_state.
410 411 412 |
# File 'sig/types.rbs', line 410 def vault_state @vault_state end |