Class: Aws::Types::CreateExascaleDbStorageVaultInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateExascaleDbStorageVaultInput
- 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.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#additional_flash_cache_in_percent ⇒ ::Integer
Returns the value of attribute additional_flash_cache_in_percent.
949 950 951 |
# File 'sig/types.rbs', line 949 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.
950 951 952 |
# File 'sig/types.rbs', line 950 def autoscale_limit_in_g_bs @autoscale_limit_in_g_bs end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
952 953 954 |
# File 'sig/types.rbs', line 952 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
951 952 953 |
# File 'sig/types.rbs', line 951 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
957 958 959 |
# File 'sig/types.rbs', line 957 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
953 954 955 |
# File 'sig/types.rbs', line 953 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
947 948 949 |
# File 'sig/types.rbs', line 947 def display_name @display_name 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.
948 949 950 |
# File 'sig/types.rbs', line 948 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.
954 955 956 |
# File 'sig/types.rbs', line 954 def is_autoscale_enabled @is_autoscale_enabled end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
955 956 957 |
# File 'sig/types.rbs', line 955 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
956 957 958 |
# File 'sig/types.rbs', line 956 def time_zone @time_zone end |