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

#arn ⇒ String

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

Returns:

  • (String) —

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

#client_request_token ⇒ String

A unique identifier for this SimulationJob request.

Returns:

  • (String) —

    A unique identifier for this SimulationJob request.

#compute ⇒ Types::ComputeResponse

Compute information for the simulation job

Returns:

#data_sources ⇒ Array<Types::DataSource>

The data sources for the simulation job.

Returns:

#failure_behavior ⇒ String

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_code ⇒ String

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_reason ⇒ String

The reason why the simulation job failed.

Returns:

  • (String) —

    The reason why the simulation job failed.

#iam_role ⇒ String

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_at ⇒ Time

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_at ⇒ Time

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_config ⇒ Types::LoggingConfig

The logging configuration.

Returns:

#max_job_duration_in_seconds ⇒ Integer

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.

#name ⇒ String

The name of the simulation job.

Returns:

  • (String) —

    The name of the simulation job.

#network_interface ⇒ Types::NetworkInterface

Information about a network interface.

Returns:

#output_location ⇒ Types::OutputLocation

Location for output files generated by the simulation job.

Returns:

#robot_applications ⇒ Array<Types::RobotApplicationConfig>

A list of robot applications.

Returns:

#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>

A list of simulation applications.

Returns:

#simulation_time_millis ⇒ Integer

The simulation job execution duration in milliseconds.

Returns:

  • (Integer) —

    The simulation job execution duration in milliseconds.

#status ⇒ String

Status of the simulation job.

Possible values:

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

Returns:

  • (String) —

    Status of the simulation job.

#tags ⇒ Hash<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_config ⇒ Types::VPCConfigResponse

VPC configuration information.

Returns: