Class: Aws::Types::DbSystemShapeSummary
- Inherits:
-
Object
- Object
- Aws::Types::DbSystemShapeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#are_server_types_supported ⇒ Boolean
Returns the value of attribute are_server_types_supported.
-
#available_core_count ⇒ ::Integer
Returns the value of attribute available_core_count.
-
#available_core_count_per_node ⇒ ::Integer
Returns the value of attribute available_core_count_per_node.
-
#available_data_storage_in_t_bs ⇒ ::Integer
Returns the value of attribute available_data_storage_in_t_bs.
-
#available_data_storage_per_server_in_t_bs ⇒ ::Integer
Returns the value of attribute available_data_storage_per_server_in_t_bs.
-
#available_db_node_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute available_db_node_per_node_in_g_bs.
-
#available_db_node_storage_in_g_bs ⇒ ::Integer
Returns the value of attribute available_db_node_storage_in_g_bs.
-
#available_memory_in_g_bs ⇒ ::Integer
Returns the value of attribute available_memory_in_g_bs.
-
#available_memory_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute available_memory_per_node_in_g_bs.
-
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
-
#core_count_increment ⇒ ::Integer
Returns the value of attribute core_count_increment.
-
#max_storage_count ⇒ ::Integer
Returns the value of attribute max_storage_count.
-
#maximum_node_count ⇒ ::Integer
Returns the value of attribute maximum_node_count.
-
#min_core_count_per_node ⇒ ::Integer
Returns the value of attribute min_core_count_per_node.
-
#min_data_storage_in_t_bs ⇒ ::Integer
Returns the value of attribute min_data_storage_in_t_bs.
-
#min_db_node_storage_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute min_db_node_storage_per_node_in_g_bs.
-
#min_memory_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute min_memory_per_node_in_g_bs.
-
#min_storage_count ⇒ ::Integer
Returns the value of attribute min_storage_count.
-
#minimum_core_count ⇒ ::Integer
Returns the value of attribute minimum_core_count.
-
#minimum_node_count ⇒ ::Integer
Returns the value of attribute minimum_node_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#runtime_minimum_core_count ⇒ ::Integer
Returns the value of attribute runtime_minimum_core_count.
-
#shape_attributes ⇒ ::Array[("SMART_STORAGE" | "BLOCK_STORAGE")]
Returns the value of attribute shape_attributes.
-
#shape_family ⇒ ::String
Returns the value of attribute shape_family.
-
#shape_type ⇒ "AMD", ...
Returns the value of attribute shape_type.
Instance Attribute Details
#are_server_types_supported ⇒ Boolean
Returns the value of attribute are_server_types_supported.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def are_server_types_supported @are_server_types_supported end |
#available_core_count ⇒ ::Integer
Returns the value of attribute available_core_count.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def available_core_count @available_core_count end |
#available_core_count_per_node ⇒ ::Integer
Returns the value of attribute available_core_count_per_node.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def available_core_count_per_node @available_core_count_per_node end |
#available_data_storage_in_t_bs ⇒ ::Integer
Returns the value of attribute available_data_storage_in_t_bs.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def available_data_storage_in_t_bs @available_data_storage_in_t_bs end |
#available_data_storage_per_server_in_t_bs ⇒ ::Integer
Returns the value of attribute available_data_storage_per_server_in_t_bs.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def available_data_storage_per_server_in_t_bs @available_data_storage_per_server_in_t_bs end |
#available_db_node_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute available_db_node_per_node_in_g_bs.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def available_db_node_per_node_in_g_bs @available_db_node_per_node_in_g_bs end |
#available_db_node_storage_in_g_bs ⇒ ::Integer
Returns the value of attribute available_db_node_storage_in_g_bs.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def available_db_node_storage_in_g_bs @available_db_node_storage_in_g_bs end |
#available_memory_in_g_bs ⇒ ::Integer
Returns the value of attribute available_memory_in_g_bs.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def available_memory_in_g_bs @available_memory_in_g_bs end |
#available_memory_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute available_memory_per_node_in_g_bs.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def available_memory_per_node_in_g_bs @available_memory_per_node_in_g_bs end |
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def compute_model @compute_model end |
#core_count_increment ⇒ ::Integer
Returns the value of attribute core_count_increment.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def core_count_increment @core_count_increment end |
#max_storage_count ⇒ ::Integer
Returns the value of attribute max_storage_count.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def max_storage_count @max_storage_count end |
#maximum_node_count ⇒ ::Integer
Returns the value of attribute maximum_node_count.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def maximum_node_count @maximum_node_count end |
#min_core_count_per_node ⇒ ::Integer
Returns the value of attribute min_core_count_per_node.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def min_core_count_per_node @min_core_count_per_node end |
#min_data_storage_in_t_bs ⇒ ::Integer
Returns the value of attribute min_data_storage_in_t_bs.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def min_data_storage_in_t_bs @min_data_storage_in_t_bs end |
#min_db_node_storage_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute min_db_node_storage_per_node_in_g_bs.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def min_db_node_storage_per_node_in_g_bs @min_db_node_storage_per_node_in_g_bs end |
#min_memory_per_node_in_g_bs ⇒ ::Integer
Returns the value of attribute min_memory_per_node_in_g_bs.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def min_memory_per_node_in_g_bs @min_memory_per_node_in_g_bs end |
#min_storage_count ⇒ ::Integer
Returns the value of attribute min_storage_count.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def min_storage_count @min_storage_count end |
#minimum_core_count ⇒ ::Integer
Returns the value of attribute minimum_core_count.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def minimum_core_count @minimum_core_count end |
#minimum_node_count ⇒ ::Integer
Returns the value of attribute minimum_node_count.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def minimum_node_count @minimum_node_count end |
#name ⇒ ::String
Returns the value of attribute name.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def name @name end |
#runtime_minimum_core_count ⇒ ::Integer
Returns the value of attribute runtime_minimum_core_count.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def runtime_minimum_core_count @runtime_minimum_core_count end |
#shape_attributes ⇒ ::Array[("SMART_STORAGE" | "BLOCK_STORAGE")]
Returns the value of attribute shape_attributes.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def shape_attributes @shape_attributes end |
#shape_family ⇒ ::String
Returns the value of attribute shape_family.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def shape_family @shape_family end |
#shape_type ⇒ "AMD", ...
Returns the value of attribute shape_type.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def shape_type @shape_type end |