Class: Aws::Types::UpdateExascaleDbStorageVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExascaleDbStorageVaultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_flash_cache_in_percent ⇒ ::Integer
Returns the value of attribute additional_flash_cache_in_percent.
-
#autoscale_limit_in_g_bs ⇒ ::Integer
Returns the value of attribute autoscale_limit_in_g_bs.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#high_capacity_database_storage_total_size_in_g_bs ⇒ ::Integer
Returns the value of attribute high_capacity_database_storage_total_size_in_g_bs.
-
#is_autoscale_enabled ⇒ Boolean
Returns the value of attribute is_autoscale_enabled.
Instance Attribute Details
#additional_flash_cache_in_percent ⇒ ::Integer
Returns the value of attribute additional_flash_cache_in_percent.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def additional_flash_cache_in_percent @additional_flash_cache_in_percent end |
#autoscale_limit_in_g_bs ⇒ ::Integer
Returns the value of attribute autoscale_limit_in_g_bs.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def autoscale_limit_in_g_bs @autoscale_limit_in_g_bs end |
#description ⇒ ::String
Returns the value of attribute description.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def display_name @display_name end |
#exascale_db_storage_vault_id ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_id.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def exascale_db_storage_vault_id @exascale_db_storage_vault_id end |
#high_capacity_database_storage_total_size_in_g_bs ⇒ ::Integer
Returns the value of attribute high_capacity_database_storage_total_size_in_g_bs.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def high_capacity_database_storage_total_size_in_g_bs @high_capacity_database_storage_total_size_in_g_bs end |
#is_autoscale_enabled ⇒ Boolean
Returns the value of attribute is_autoscale_enabled.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def is_autoscale_enabled @is_autoscale_enabled end |