Class: Aws::Types::DBEngineVersion
- Inherits:
-
Object
- Object
- Aws::Types::DBEngineVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_engine_description ⇒ ::String
Returns the value of attribute db_engine_description.
-
#db_engine_version_description ⇒ ::String
Returns the value of attribute db_engine_version_description.
-
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#exportable_log_types ⇒ ::Array[::String]
Returns the value of attribute exportable_log_types.
-
#serverless_v2_features_support ⇒ Types::ServerlessV2FeaturesSupport
Returns the value of attribute serverless_v2_features_support.
-
#supported_ca_certificate_identifiers ⇒ ::Array[::String]
Returns the value of attribute supported_ca_certificate_identifiers.
-
#supports_certificate_rotation_without_restart ⇒ Boolean
Returns the value of attribute supports_certificate_rotation_without_restart.
-
#supports_log_exports_to_cloudwatch_logs ⇒ Boolean
Returns the value of attribute supports_log_exports_to_cloudwatch_logs.
-
#valid_upgrade_target ⇒ ::Array[Types::UpgradeTarget]
Returns the value of attribute valid_upgrade_target.
Instance Attribute Details
#db_engine_description ⇒ ::String
Returns the value of attribute db_engine_description.
390 391 392 |
# File 'sig/types.rbs', line 390 def db_engine_description @db_engine_description end |
#db_engine_version_description ⇒ ::String
Returns the value of attribute db_engine_version_description.
391 392 393 |
# File 'sig/types.rbs', line 391 def db_engine_version_description @db_engine_version_description end |
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
389 390 391 |
# File 'sig/types.rbs', line 389 def db_parameter_group_family @db_parameter_group_family end |
#engine ⇒ ::String
Returns the value of attribute engine.
387 388 389 |
# File 'sig/types.rbs', line 387 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
388 389 390 |
# File 'sig/types.rbs', line 388 def engine_version @engine_version end |
#exportable_log_types ⇒ ::Array[::String]
Returns the value of attribute exportable_log_types.
393 394 395 |
# File 'sig/types.rbs', line 393 def exportable_log_types @exportable_log_types end |
#serverless_v2_features_support ⇒ Types::ServerlessV2FeaturesSupport
Returns the value of attribute serverless_v2_features_support.
397 398 399 |
# File 'sig/types.rbs', line 397 def serverless_v2_features_support @serverless_v2_features_support end |
#supported_ca_certificate_identifiers ⇒ ::Array[::String]
Returns the value of attribute supported_ca_certificate_identifiers.
395 396 397 |
# File 'sig/types.rbs', line 395 def supported_ca_certificate_identifiers @supported_ca_certificate_identifiers end |
#supports_certificate_rotation_without_restart ⇒ Boolean
Returns the value of attribute supports_certificate_rotation_without_restart.
396 397 398 |
# File 'sig/types.rbs', line 396 def supports_certificate_rotation_without_restart @supports_certificate_rotation_without_restart end |
#supports_log_exports_to_cloudwatch_logs ⇒ Boolean
Returns the value of attribute supports_log_exports_to_cloudwatch_logs.
394 395 396 |
# File 'sig/types.rbs', line 394 def supports_log_exports_to_cloudwatch_logs @supports_log_exports_to_cloudwatch_logs end |
#valid_upgrade_target ⇒ ::Array[Types::UpgradeTarget]
Returns the value of attribute valid_upgrade_target.
392 393 394 |
# File 'sig/types.rbs', line 392 def valid_upgrade_target @valid_upgrade_target end |