Class: Aws::Mgn::Types::ListNetworkMigrationDeployerJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationDeployerJobResponse
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::NetworkMigrationDeployerJobDetails>
A list of deployer job details.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#items ⇒ Array<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_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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 |