Class: Aws::Mgn::Types::UpdateNetworkMigrationMapperSegmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:scope_tags]

Instance Attribute Summary collapse

Instance Attribute Details

#network_migration_definition_idString

The unique identifier of the network migration definition.

Returns:

  • (String)


6904
6905
6906
6907
6908
6909
6910
6911
# File 'lib/aws-sdk-mgn/types.rb', line 6904

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

#network_migration_execution_idString

The unique identifier of the network migration execution.

Returns:

  • (String)


6904
6905
6906
6907
6908
6909
6910
6911
# File 'lib/aws-sdk-mgn/types.rb', line 6904

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

#scope_tagsHash<String,String>

The updated scope tags for the segment.

Returns:

  • (Hash<String,String>)


6904
6905
6906
6907
6908
6909
6910
6911
# File 'lib/aws-sdk-mgn/types.rb', line 6904

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

#segment_idString

The unique identifier of the segment to update.

Returns:

  • (String)


6904
6905
6906
6907
6908
6909
6910
6911
# File 'lib/aws-sdk-mgn/types.rb', line 6904

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