Class: Aws::MainframeModernization::Types::ListDeploymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListDeploymentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::DeploymentSummary>
The list of deployments that is returned.
-
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
Instance Attribute Details
#deployments ⇒ Array<Types::DeploymentSummary>
The list of deployments that is returned.
2419 2420 2421 2422 2423 2424 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2419 class ListDeploymentsResponse < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
2419 2420 2421 2422 2423 2424 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2419 class ListDeploymentsResponse < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |