Class: Aws::Types::EngineVersionInfo
- Inherits:
-
Object
- Object
- Aws::Types::EngineVersionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_patch_version ⇒ ::String
Returns the value of attribute engine_patch_version.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
Instance Attribute Details
#engine ⇒ ::String
Returns the value of attribute engine.
579 580 581 |
# File 'sig/types.rbs', line 579 def engine @engine end |
#engine_patch_version ⇒ ::String
Returns the value of attribute engine_patch_version.
581 582 583 |
# File 'sig/types.rbs', line 581 def engine_patch_version @engine_patch_version end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
580 581 582 |
# File 'sig/types.rbs', line 580 def engine_version @engine_version end |
#parameter_group_family ⇒ ::String
Returns the value of attribute parameter_group_family.
582 583 584 |
# File 'sig/types.rbs', line 582 def parameter_group_family @parameter_group_family end |