Class: Aws::Types::CreateBackupVaultOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupVaultOutput
- 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.
Instance Attribute Details
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
356 357 358 |
# File 'sig/types.rbs', line 356 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
355 356 357 |
# File 'sig/types.rbs', line 355 def backup_vault_name @backup_vault_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
357 358 359 |
# File 'sig/types.rbs', line 357 def creation_date @creation_date end |