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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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>)


6468
6469
6470
6471
6472
6473
6474
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6468

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)


6468
6469
6470
6471
6472
6473
6474
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6468

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)


6468
6469
6470
6471
6472
6473
6474
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 6468

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