Class: Aws::Mgn::Types::StartNetworkMigrationMappingUpdateSegment

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

Overview

A segment update to apply during a mapping update operation.

Constant Summary collapse

SENSITIVE =
[:scope_tags]

Instance Attribute Summary collapse

Instance Attribute Details

#scope_tagsHash<String,String>

The updated scope tags for the segment.

Returns:

  • (Hash<String,String>)


6330
6331
6332
6333
6334
6335
6336
# File 'lib/aws-sdk-mgn/types.rb', line 6330

class StartNetworkMigrationMappingUpdateSegment < Struct.new(
  :segment_id,
  :target_account,
  :scope_tags)
  SENSITIVE = [:scope_tags]
  include Aws::Structure
end

#segment_idString

The ID of the segment to update.

Returns:

  • (String)


6330
6331
6332
6333
6334
6335
6336
# File 'lib/aws-sdk-mgn/types.rb', line 6330

class StartNetworkMigrationMappingUpdateSegment < Struct.new(
  :segment_id,
  :target_account,
  :scope_tags)
  SENSITIVE = [:scope_tags]
  include Aws::Structure
end

#target_accountString

The updated target AWS account for the segment.

Returns:

  • (String)


6330
6331
6332
6333
6334
6335
6336
# File 'lib/aws-sdk-mgn/types.rb', line 6330

class StartNetworkMigrationMappingUpdateSegment < Struct.new(
  :segment_id,
  :target_account,
  :scope_tags)
  SENSITIVE = [:scope_tags]
  include Aws::Structure
end