Class: Aws::Mgn::Types::ListNetworkMigrationCodeGenerationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationCodeGenerationsResponse
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::NetworkMigrationCodeGenerationJobDetails>
A list of network migration code generation job details.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::NetworkMigrationCodeGenerationJobDetails>
A list of network migration code generation job details.
3269 3270 3271 3272 3273 3274 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3269 class ListNetworkMigrationCodeGenerationsResponse < 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.
3269 3270 3271 3272 3273 3274 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3269 class ListNetworkMigrationCodeGenerationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |