You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::SimulationJob

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a simulation job.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the simulation job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the simulation job.

#client_request_tokenString

A unique identifier for this SimulationJob request.

Returns:

  • (String)

    A unique identifier for this SimulationJob request.

#computeTypes::ComputeResponse

Compute information for the simulation job

Returns:

#data_sourcesArray<Types::DataSource>

The data sources for the simulation job.

Returns:

#failure_behaviorString

The failure behavior the simulation job.

Continue

Restart the simulation job in the same host instance.

Fail

Stop the simulation job and terminate the instance.

Possible values:

  • Fail
  • Continue

Returns:

  • (String)

    The failure behavior the simulation job.

#failure_codeString

The failure code of the simulation job if it failed.

Possible values:

  • InternalServiceError
  • RobotApplicationCrash
  • SimulationApplicationCrash
  • BadPermissionsRobotApplication
  • BadPermissionsSimulationApplication
  • BadPermissionsS3Object
  • BadPermissionsS3Output
  • BadPermissionsCloudwatchLogs
  • SubnetIpLimitExceeded
  • ENILimitExceeded
  • BadPermissionsUserCredentials
  • InvalidBundleRobotApplication
  • InvalidBundleSimulationApplication
  • InvalidS3Resource
  • LimitExceeded
  • MismatchedEtag
  • RobotApplicationVersionMismatchedEtag
  • SimulationApplicationVersionMismatchedEtag
  • ResourceNotFound
  • RequestThrottled
  • BatchTimedOut
  • BatchCanceled
  • InvalidInput
  • WrongRegionS3Bucket
  • WrongRegionS3Output
  • WrongRegionRobotApplication
  • WrongRegionSimulationApplication

Returns:

  • (String)

    The failure code of the simulation job if it failed.

#failure_reasonString

The reason why the simulation job failed.

Returns:

  • (String)

    The reason why the simulation job failed.

#iam_roleString

The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

Returns:

  • (String)

    The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.

#last_started_atTime

The time, in milliseconds since the epoch, when the simulation job was last started.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the simulation job was last started.

#last_updated_atTime

The time, in milliseconds since the epoch, when the simulation job was last updated.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the simulation job was last updated.

#logging_configTypes::LoggingConfig

The logging configuration.

Returns:

#max_job_duration_in_secondsInteger

The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.

Returns:

  • (Integer)

    The maximum simulation job duration in seconds.

#nameString

The name of the simulation job.

Returns:

  • (String)

    The name of the simulation job.

#network_interfaceTypes::NetworkInterface

Information about a network interface.

Returns:

#output_locationTypes::OutputLocation

Location for output files generated by the simulation job.

Returns:

#robot_applicationsArray<Types::RobotApplicationConfig>

A list of robot applications.

Returns:

#simulation_applicationsArray<Types::SimulationApplicationConfig>

A list of simulation applications.

Returns:

#simulation_time_millisInteger

The simulation job execution duration in milliseconds.

Returns:

  • (Integer)

    The simulation job execution duration in milliseconds.

#statusString

Status of the simulation job.

Possible values:

  • Pending
  • Preparing
  • Running
  • Restarting
  • Completed
  • Failed
  • RunningFailed
  • Terminating
  • Terminated
  • Canceled

Returns:

  • (String)

    Status of the simulation job.

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the simulation job.

Returns:

  • (Hash<String,String>)

    A map that contains tag keys and tag values that are attached to the simulation job.

#vpc_configTypes::VPCConfigResponse

VPC configuration information.

Returns: