Class: Aws::MainframeModernization::Types::ListApplicationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The unique identifier of the runtime environment where the applications are deployed.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2358

class ListApplicationsRequest < Struct.new(
  :environment_id,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of applications to return.

Returns:

  • (Integer)


2358
2359
2360
2361
2362
2363
2364
2365
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2358

class ListApplicationsRequest < Struct.new(
  :environment_id,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

The names of the applications.

Returns:

  • (Array<String>)


2358
2359
2360
2361
2362
2363
2364
2365
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2358

class ListApplicationsRequest < Struct.new(
  :environment_id,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to control the number of applications displayed in the list.

Returns:

  • (String)


2358
2359
2360
2361
2362
2363
2364
2365
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2358

class ListApplicationsRequest < Struct.new(
  :environment_id,
  :max_results,
  :names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end