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.
-
#default_character_set ⇒ Types::CharacterSet
Returns the value of attribute default_character_set.
-
#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.
-
#supported_character_sets ⇒ ::Array[Types::CharacterSet]
Returns the value of attribute supported_character_sets.
-
#supported_timezones ⇒ ::Array[Types::Timezone]
Returns the value of attribute supported_timezones.
-
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
-
#supports_log_exports_to_cloudwatch_logs ⇒ Boolean
Returns the value of attribute supports_log_exports_to_cloudwatch_logs.
-
#supports_read_replica ⇒ Boolean
Returns the value of attribute supports_read_replica.
-
#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.
529 530 531 |
# File 'sig/types.rbs', line 529 def db_engine_description @db_engine_description end |
#db_engine_version_description ⇒ ::String
Returns the value of attribute db_engine_version_description.
530 531 532 |
# File 'sig/types.rbs', line 530 def db_engine_version_description @db_engine_version_description end |
#db_parameter_group_family ⇒ ::String
Returns the value of attribute db_parameter_group_family.
528 529 530 |
# File 'sig/types.rbs', line 528 def db_parameter_group_family @db_parameter_group_family end |
#default_character_set ⇒ Types::CharacterSet
Returns the value of attribute default_character_set.
531 532 533 |
# File 'sig/types.rbs', line 531 def default_character_set @default_character_set end |
#engine ⇒ ::String
Returns the value of attribute engine.
526 527 528 |
# File 'sig/types.rbs', line 526 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
527 528 529 |
# File 'sig/types.rbs', line 527 def engine_version @engine_version end |
#exportable_log_types ⇒ ::Array[::String]
Returns the value of attribute exportable_log_types.
535 536 537 |
# File 'sig/types.rbs', line 535 def exportable_log_types @exportable_log_types end |
#supported_character_sets ⇒ ::Array[Types::CharacterSet]
Returns the value of attribute supported_character_sets.
532 533 534 |
# File 'sig/types.rbs', line 532 def supported_character_sets @supported_character_sets end |
#supported_timezones ⇒ ::Array[Types::Timezone]
Returns the value of attribute supported_timezones.
534 535 536 |
# File 'sig/types.rbs', line 534 def supported_timezones @supported_timezones end |
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
538 539 540 |
# File 'sig/types.rbs', line 538 def supports_global_databases @supports_global_databases end |
#supports_log_exports_to_cloudwatch_logs ⇒ Boolean
Returns the value of attribute supports_log_exports_to_cloudwatch_logs.
536 537 538 |
# File 'sig/types.rbs', line 536 def supports_log_exports_to_cloudwatch_logs @supports_log_exports_to_cloudwatch_logs end |
#supports_read_replica ⇒ Boolean
Returns the value of attribute supports_read_replica.
537 538 539 |
# File 'sig/types.rbs', line 537 def supports_read_replica @supports_read_replica end |
#valid_upgrade_target ⇒ ::Array[Types::UpgradeTarget]
Returns the value of attribute valid_upgrade_target.
533 534 535 |
# File 'sig/types.rbs', line 533 def valid_upgrade_target @valid_upgrade_target end |