Class: Aws::Types::NetworkMigrationExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#activity ⇒ "MAPPING", ...

Returns the value of attribute activity.

Returns:

  • ("MAPPING", "MAPPING_UPDATE", "CODE_GENERATION", "DEPLOY", "DEPLOYED_STACKS_DELETION", "ANALYZE")


1385
1386
1387
# File 'sig/types.rbs', line 1385

def activity
  @activity
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def created_at
  @created_at
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

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)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def network_migration_execution_id
  @network_migration_execution_id
end

#stage ⇒ "MAPPING", ...

Returns the value of attribute stage.

Returns:

  • ("MAPPING", "CODE_GENERATION", "DEPLOY", "DEPLOYED_STACKS_DELETION", "ANALYZE")


1384
1385
1386
# File 'sig/types.rbs', line 1384

def stage
  @stage
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTED", "SUCCEEDED", "FAILED")


1383
1384
1385
# File 'sig/types.rbs', line 1383

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1388
1389
1390
# File 'sig/types.rbs', line 1388

def tags
  @tags
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def updated_at
  @updated_at
end