Class: Aws::MainframeModernization::Types::ListApplicationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListApplicationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The unique identifier of the runtime environment where the applications are deployed.
-
#max_results ⇒ Integer
The maximum number of applications to return.
-
#names ⇒ Array<String>
The names of the applications.
-
#next_token ⇒ String
A pagination token to control the number of applications displayed in the list.
Instance Attribute Details
#environment_id ⇒ String
The unique identifier of the runtime environment where the applications are deployed.
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_results ⇒ Integer
The maximum number of applications to return.
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 |
#names ⇒ Array<String>
The names of the applications.
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_token ⇒ String
A pagination token to control the number of applications displayed in the list.
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 |