Class: Aws::Mgn::Types::ListNetworkMigrationMapperSegmentConstructsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListNetworkMigrationMapperSegmentConstructsRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::ListNetworkMigrationMapperSegmentConstructsFilters
Filters to apply when listing constructs, such as construct type or ID.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
-
#network_migration_execution_id ⇒ String
The unique identifier of the network migration execution.
-
#next_token ⇒ String
The token for the next page of results.
-
#segment_id ⇒ String
The unique identifier of the segment to list constructs for.
Instance Attribute Details
#filters ⇒ Types::ListNetworkMigrationMapperSegmentConstructsFilters
Filters to apply when listing constructs, such as construct type or ID.
3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3551 class ListNetworkMigrationMapperSegmentConstructsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :segment_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3551 class ListNetworkMigrationMapperSegmentConstructsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :segment_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3551 class ListNetworkMigrationMapperSegmentConstructsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :segment_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#network_migration_execution_id ⇒ String
The unique identifier of the network migration execution.
3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3551 class ListNetworkMigrationMapperSegmentConstructsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :segment_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3551 class ListNetworkMigrationMapperSegmentConstructsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :segment_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
The unique identifier of the segment to list constructs for.
3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3551 class ListNetworkMigrationMapperSegmentConstructsRequest < Struct.new( :network_migration_execution_id, :network_migration_definition_id, :segment_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |