Class: Aws::Types::NetworkMigrationCodeGenerationSegment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts ⇒ ::Array[Types::NetworkMigrationCodeGenerationArtifact]

Returns the value of attribute artifacts.



1325
1326
1327
# File 'sig/types.rbs', line 1325

def artifacts
  @artifacts
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def created_at
  @created_at
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def job_id
  @job_id
end

#logical_id ⇒ ::String

Returns the value of attribute logical_id.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def logical_id
  @logical_id
end

#mapper_segment_id ⇒ ::String

Returns the value of attribute mapper_segment_id.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def mapper_segment_id
  @mapper_segment_id
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

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)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def network_migration_execution_id
  @network_migration_execution_id
end

#referenced_segments ⇒ ::Array[::String]

Returns the value of attribute referenced_segments.

Returns:

  • (::Array[::String])


1326
1327
1328
# File 'sig/types.rbs', line 1326

def referenced_segments
  @referenced_segments
end

#segment_id ⇒ ::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def segment_id
  @segment_id
end

#segment_type ⇒ "WORKLOAD", ...

Returns the value of attribute segment_type.

Returns:

  • ("WORKLOAD", "APPLIANCE", "NETWORK")


1322
1323
1324
# File 'sig/types.rbs', line 1322

def segment_type
  @segment_type
end