Class: Aws::Types::UpdateExascaleDbStorageVaultOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExascaleDbStorageVaultOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#exascale_db_storage_vault_id ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def display_name @display_name end |
#exascale_db_storage_vault_id ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_id.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def exascale_db_storage_vault_id @exascale_db_storage_vault_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def status_reason @status_reason end |