Class: Aws::MainframeModernization::Types::ListEngineVersionsResponse

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_versionsArray<Types::EngineVersionsSummary>

Returns the engine versions.

Returns:



2447
2448
2449
2450
2451
2452
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2447

class ListEngineVersionsResponse < Struct.new(
  :engine_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

Returns:

  • (String)


2447
2448
2449
2450
2451
2452
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2447

class ListEngineVersionsResponse < Struct.new(
  :engine_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end