Class: Aws::MainframeModernization::Types::EngineVersionsSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#engine_typeString

The type of target platform for the application.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1080

class EngineVersionsSummary < Struct.new(
  :engine_type,
  :engine_version)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version of the engine type used by the application.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1080

class EngineVersionsSummary < Struct.new(
  :engine_type,
  :engine_version)
  SENSITIVE = []
  include Aws::Structure
end