Class: Aws::Mgn::Types::ListNetworkMigrationDeployerJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::NetworkMigrationDeployerJobDetails>

A list of deployer job details.



3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3400

class ListNetworkMigrationDeployerJobResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


3400
3401
3402
3403
3404
3405
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3400

class ListNetworkMigrationDeployerJobResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end