Class: Aws::MainframeModernization::Types::ListApplicationVersionsResponse

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

#application_versionsArray<Types::ApplicationVersionSummary>

The list of application versions.



2090
2091
2092
2093
2094
2095
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2090

class ListApplicationVersionsResponse < Struct.new(
  :application_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)


2090
2091
2092
2093
2094
2095
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2090

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