Class: Aws::Mgn::Types::ListNetworkMigrationCodeGenerationSegmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationCodeGenerationSegmentsResponse
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::NetworkMigrationCodeGenerationSegment>
A list of network migration code generation segments.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::NetworkMigrationCodeGenerationSegment>
A list of network migration code generation segments.
3205 3206 3207 3208 3209 3210 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3205 class ListNetworkMigrationCodeGenerationSegmentsResponse < 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.
3205 3206 3207 3208 3209 3210 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3205 class ListNetworkMigrationCodeGenerationSegmentsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |