Class: Aws::Types::UpgradeTarget
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_upgrade ⇒ Boolean
Returns the value of attribute auto_upgrade.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#is_major_version_upgrade ⇒ Boolean
Returns the value of attribute is_major_version_upgrade.
-
#supported_engine_modes ⇒ ::Array[::String]
Returns the value of attribute supported_engine_modes.
-
#supports_babelfish ⇒ Boolean
Returns the value of attribute supports_babelfish.
-
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
-
#supports_integrations ⇒ Boolean
Returns the value of attribute supports_integrations.
-
#supports_limitless_database ⇒ Boolean
Returns the value of attribute supports_limitless_database.
-
#supports_local_write_forwarding ⇒ Boolean
Returns the value of attribute supports_local_write_forwarding.
-
#supports_parallel_query ⇒ Boolean
Returns the value of attribute supports_parallel_query.
Instance Attribute Details
#auto_upgrade ⇒ Boolean
Returns the value of attribute auto_upgrade.
4514 4515 4516 |
# File 'sig/types.rbs', line 4514 def auto_upgrade @auto_upgrade end |
#description ⇒ ::String
Returns the value of attribute description.
4513 4514 4515 |
# File 'sig/types.rbs', line 4513 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
4511 4512 4513 |
# File 'sig/types.rbs', line 4511 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
4512 4513 4514 |
# File 'sig/types.rbs', line 4512 def engine_version @engine_version end |
#is_major_version_upgrade ⇒ Boolean
Returns the value of attribute is_major_version_upgrade.
4515 4516 4517 |
# File 'sig/types.rbs', line 4515 def is_major_version_upgrade @is_major_version_upgrade end |
#supported_engine_modes ⇒ ::Array[::String]
Returns the value of attribute supported_engine_modes.
4516 4517 4518 |
# File 'sig/types.rbs', line 4516 def supported_engine_modes @supported_engine_modes end |
#supports_babelfish ⇒ Boolean
Returns the value of attribute supports_babelfish.
4519 4520 4521 |
# File 'sig/types.rbs', line 4519 def supports_babelfish @supports_babelfish end |
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def supports_global_databases @supports_global_databases end |
#supports_integrations ⇒ Boolean
Returns the value of attribute supports_integrations.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def supports_integrations @supports_integrations end |
#supports_limitless_database ⇒ Boolean
Returns the value of attribute supports_limitless_database.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 def supports_limitless_database @supports_limitless_database end |
#supports_local_write_forwarding ⇒ Boolean
Returns the value of attribute supports_local_write_forwarding.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def supports_local_write_forwarding @supports_local_write_forwarding end |
#supports_parallel_query ⇒ Boolean
Returns the value of attribute supports_parallel_query.
4517 4518 4519 |
# File 'sig/types.rbs', line 4517 def supports_parallel_query @supports_parallel_query end |