Class: Aws::MainframeModernization::Types::ListApplicationsResponse

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

#applicationsArray<Types::ApplicationSummary>

Returns a list of summary details for all the applications in a runtime environment.

Returns:



2115
2116
2117
2118
2119
2120
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2115

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

#next_tokenString

A pagination token that's returned when the response doesn't contain all applications.

Returns:

  • (String)


2115
2116
2117
2118
2119
2120
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2115

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