Class: Aws::MainframeModernization::Types::ListEngineVersionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_typeString

The type of target platform.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2427

class ListEngineVersionsRequest < Struct.new(
  :engine_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects to return.

Returns:

  • (Integer)


2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2427

class ListEngineVersionsRequest < Struct.new(
  :engine_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2427

class ListEngineVersionsRequest < Struct.new(
  :engine_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end