Class: Aws::Types::UpdateNetworkMigrationMapperSegmentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:scope_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def network_migration_definition_id
  @network_migration_definition_id
end

#network_migration_execution_id ⇒ ::String

Returns the value of attribute network_migration_execution_id.

Returns:

  • (::String)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def network_migration_execution_id
  @network_migration_execution_id
end

#scope_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute scope_tags.

Returns:

  • (::Hash[::String, ::String])


2092
2093
2094
# File 'sig/types.rbs', line 2092

def scope_tags
  @scope_tags
end

#segment_id ⇒ ::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def segment_id
  @segment_id
end