Class: Aws::Mgn::Types::GetNetworkMigrationMapperSegmentConstructRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#construct_idString

The unique identifier of the construct within the segment.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-mgn/types.rb', line 1678

class GetNetworkMigrationMapperSegmentConstructRequest < Struct.new(
  :network_migration_definition_id,
  :network_migration_execution_id,
  :segment_id,
  :construct_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_migration_definition_idString

The unique identifier of the network migration definition.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-mgn/types.rb', line 1678

class GetNetworkMigrationMapperSegmentConstructRequest < Struct.new(
  :network_migration_definition_id,
  :network_migration_execution_id,
  :segment_id,
  :construct_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_migration_execution_idString

The unique identifier of the network migration execution.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-mgn/types.rb', line 1678

class GetNetworkMigrationMapperSegmentConstructRequest < Struct.new(
  :network_migration_definition_id,
  :network_migration_execution_id,
  :segment_id,
  :construct_id)
  SENSITIVE = []
  include Aws::Structure
end

#segment_idString

The unique identifier of the mapper segment.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-mgn/types.rb', line 1678

class GetNetworkMigrationMapperSegmentConstructRequest < Struct.new(
  :network_migration_definition_id,
  :network_migration_execution_id,
  :segment_id,
  :construct_id)
  SENSITIVE = []
  include Aws::Structure
end