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>)


6229
6230
6231
6232
6233
6234
6235
# File 'lib/aws-sdk-mgn/types.rb', line 6229

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)


6229
6230
6231
6232
6233
6234
6235
# File 'lib/aws-sdk-mgn/types.rb', line 6229

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)


6229
6230
6231
6232
6233
6234
6235
# File 'lib/aws-sdk-mgn/types.rb', line 6229

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