Class: Aws::MainframeModernization::Types::ListDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListDeploymentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application identifier.
-
#max_results ⇒ Integer
The maximum number of objects to return.
-
#next_token ⇒ String
A pagination token returned from a previous call to this operation.
Instance Attribute Details
#application_id ⇒ String
The application identifier.
2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2399 class ListDeploymentsRequest < Struct.new( :application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects to return.
2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2399 class ListDeploymentsRequest < Struct.new( :application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2399 class ListDeploymentsRequest < Struct.new( :application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |