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.
1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1097 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.
1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1097 class EngineVersionsSummary < Struct.new( :engine_type, :engine_version) SENSITIVE = [] include Aws::Structure end |