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.
-
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
Instance Attribute Details
#auto_upgrade ⇒ Boolean
Returns the value of attribute auto_upgrade.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def auto_upgrade @auto_upgrade end |
#description ⇒ ::String
Returns the value of attribute description.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def engine_version @engine_version end |
#is_major_version_upgrade ⇒ Boolean
Returns the value of attribute is_major_version_upgrade.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def is_major_version_upgrade @is_major_version_upgrade end |
#supports_global_databases ⇒ Boolean
Returns the value of attribute supports_global_databases.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def supports_global_databases @supports_global_databases end |