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

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

#environment_idString

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

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2094

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)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2094

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>)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2094

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)


2094
2095
2096
2097
2098
2099
2100
2101
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2094

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