Class: Aws::Types::StartNetworkMigrationMappingUpdateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constructs ⇒ ::Array[Types::StartNetworkMigrationMappingUpdateConstruct]

Returns the value of attribute constructs.



1876
1877
1878
# File 'sig/types.rbs', line 1876

def constructs
  @constructs
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

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)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def network_migration_execution_id
  @network_migration_execution_id
end

#segments ⇒ ::Array[Types::StartNetworkMigrationMappingUpdateSegment]

Returns the value of attribute segments.



1877
1878
1879
# File 'sig/types.rbs', line 1877

def segments
  @segments
end