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:



2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2379

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)


2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2379

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