Class: Aws::Types::NetworkMigrationAnalysisJobDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def created_at
  @created_at
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def ended_at
  @ended_at
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def job_id
  @job_id
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

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)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def network_migration_execution_id
  @network_migration_execution_id
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


1265
1266
1267
# File 'sig/types.rbs', line 1265

def status
  @status
end

#status_details ⇒ ::String

Returns the value of attribute status_details.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def status_details
  @status_details
end