Class: Aws::MainframeModernization::Types::ListDeploymentsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentsArray<Types::DeploymentSummary>

The list of deployments that is returned.

Returns:



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_tokenString

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.

Returns:

  • (String)


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