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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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:



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_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)


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