Class: Aws::MainframeModernization::Types::EngineVersionsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::EngineVersionsSummary
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
A subset of information about the engine version for a specific application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_type ⇒ String
The type of target platform for the application.
-
#engine_version ⇒ String
The version of the engine type used by the application.
Instance Attribute Details
#engine_type ⇒ String
The type of target platform for the application.
1092 1093 1094 1095 1096 1097 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1092 class EngineVersionsSummary < Struct.new( :engine_type, :engine_version) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version of the engine type used by the application.
1092 1093 1094 1095 1096 1097 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1092 class EngineVersionsSummary < Struct.new( :engine_type, :engine_version) SENSITIVE = [] include Aws::Structure end |