Class: Aws::Mgn::Types::ListNetworkMigrationMapperSegmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationMapperSegmentsResponse
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::NetworkMigrationMapperSegment>
A list of mapper segments.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::NetworkMigrationMapperSegment>
A list of mapper segments.
3637 3638 3639 3640 3641 3642 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3637 class ListNetworkMigrationMapperSegmentsResponse < 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.
3637 3638 3639 3640 3641 3642 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3637 class ListNetworkMigrationMapperSegmentsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |