Class: Aws::Types::EngineVersionsSummary
- Inherits:
-
Object
- Object
- Aws::Types::EngineVersionsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_type ⇒ ::String
Returns the value of attribute engine_type.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
Instance Attribute Details
#engine_type ⇒ ::String
Returns the value of attribute engine_type.
392 393 394 |
# File 'sig/types.rbs', line 392 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
393 394 395 |
# File 'sig/types.rbs', line 393 def engine_version @engine_version end |