Class: Aws::MainframeModernization::Types::ListDeploymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ListDeploymentsResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/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.
2404 2405 2406 2407 2408 2409 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2404 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.
2404 2405 2406 2407 2408 2409 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2404 class ListDeploymentsResponse < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |