Class: Aws::Types::OrderableDBInstanceOption
- Inherits:
-
Object
- Object
- Aws::Types::OrderableDBInstanceOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#max_iops_per_db_instance ⇒ ::Integer
Returns the value of attribute max_iops_per_db_instance.
-
#max_iops_per_gib ⇒ ::Float
Returns the value of attribute max_iops_per_gib.
-
#max_storage_size ⇒ ::Integer
Returns the value of attribute max_storage_size.
-
#min_iops_per_db_instance ⇒ ::Integer
Returns the value of attribute min_iops_per_db_instance.
-
#min_iops_per_gib ⇒ ::Float
Returns the value of attribute min_iops_per_gib.
-
#min_storage_size ⇒ ::Integer
Returns the value of attribute min_storage_size.
-
#multi_az_capable ⇒ Boolean
Returns the value of attribute multi_az_capable.
-
#read_replica_capable ⇒ Boolean
Returns the value of attribute read_replica_capable.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
-
#supports_enhanced_monitoring ⇒ Boolean
Returns the value of attribute supports_enhanced_monitoring.
-
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
-
#supports_iam_database_authentication ⇒ Boolean
Returns the value of attribute supports_iam_database_authentication.
-
#supports_iops ⇒ Boolean
Returns the value of attribute supports_iops.
-
#supports_performance_insights ⇒ Boolean
Returns the value of attribute supports_performance_insights.
-
#supports_storage_encryption ⇒ Boolean
Returns the value of attribute supports_storage_encryption.
-
#vpc ⇒ Boolean
Returns the value of attribute vpc.
Instance Attribute Details
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def availability_zones @availability_zones end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def db_instance_class @db_instance_class end |
#engine ⇒ ::String
Returns the value of attribute engine.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def engine_version @engine_version end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def license_model @license_model end |
#max_iops_per_db_instance ⇒ ::Integer
Returns the value of attribute max_iops_per_db_instance.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def max_iops_per_db_instance @max_iops_per_db_instance end |
#max_iops_per_gib ⇒ ::Float
Returns the value of attribute max_iops_per_gib.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def max_iops_per_gib @max_iops_per_gib end |
#max_storage_size ⇒ ::Integer
Returns the value of attribute max_storage_size.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def max_storage_size @max_storage_size end |
#min_iops_per_db_instance ⇒ ::Integer
Returns the value of attribute min_iops_per_db_instance.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def min_iops_per_db_instance @min_iops_per_db_instance end |
#min_iops_per_gib ⇒ ::Float
Returns the value of attribute min_iops_per_gib.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def min_iops_per_gib @min_iops_per_gib end |
#min_storage_size ⇒ ::Integer
Returns the value of attribute min_storage_size.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def min_storage_size @min_storage_size end |
#multi_az_capable ⇒ Boolean
Returns the value of attribute multi_az_capable.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def multi_az_capable @multi_az_capable end |
#read_replica_capable ⇒ Boolean
Returns the value of attribute read_replica_capable.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def read_replica_capable @read_replica_capable end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def storage_type @storage_type end |
#supported_network_types ⇒ ::Array[::String]
Returns the value of attribute supported_network_types.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def supported_network_types @supported_network_types end |
#supports_enhanced_monitoring ⇒ Boolean
Returns the value of attribute supports_enhanced_monitoring.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def supports_enhanced_monitoring @supports_enhanced_monitoring end |
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def supports_global_databases @supports_global_databases end |
#supports_iam_database_authentication ⇒ Boolean
Returns the value of attribute supports_iam_database_authentication.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def supports_iam_database_authentication @supports_iam_database_authentication end |
#supports_iops ⇒ Boolean
Returns the value of attribute supports_iops.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def supports_iops @supports_iops end |
#supports_performance_insights ⇒ Boolean
Returns the value of attribute supports_performance_insights.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def supports_performance_insights @supports_performance_insights end |
#supports_storage_encryption ⇒ Boolean
Returns the value of attribute supports_storage_encryption.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def supports_storage_encryption @supports_storage_encryption end |
#vpc ⇒ Boolean
Returns the value of attribute vpc.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def vpc @vpc end |