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
- Struct
- Aws::RoboMaker::Types::SimulationJob
- Defined in:
- (unknown)
Overview
Information about a simulation job.
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
-
#client_request_token ⇒ String
A unique identifier for this
SimulationJob
request. -
#compute ⇒ Types::ComputeResponse
Compute information for the simulation job.
-
#data_sources ⇒ Array<Types::DataSource>
The data sources for the simulation job.
-
#failure_behavior ⇒ String
The failure behavior the simulation job.
-
#failure_code ⇒ String
The failure code of the simulation job if it failed.
-
#failure_reason ⇒ 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.
-
#last_started_at ⇒ 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.
-
#logging_config ⇒ Types::LoggingConfig
The logging configuration.
-
#max_job_duration_in_seconds ⇒ Integer
The maximum simulation job duration in seconds.
-
#name ⇒ String
The name of the simulation job.
-
#network_interface ⇒ Types::NetworkInterface
Information about a network interface.
-
#output_location ⇒ Types::OutputLocation
Location for output files generated by the simulation job.
-
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
A list of robot applications.
-
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
A list of simulation applications.
-
#simulation_time_millis ⇒ Integer
The simulation job execution duration in milliseconds.
-
#status ⇒ 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.
-
#vpc_config ⇒ Types::VPCConfigResponse
VPC configuration information.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
#client_request_token ⇒ String
A unique identifier for this SimulationJob
request.
#compute ⇒ Types::ComputeResponse
Compute information for the simulation job
#data_sources ⇒ Array<Types::DataSource>
The data sources for the simulation job.
#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
#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
#failure_reason ⇒ 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.
#last_started_at ⇒ 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.
#logging_config ⇒ Types::LoggingConfig
The logging configuration.
#max_job_duration_in_seconds ⇒ Integer
The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.
#name ⇒ String
The name of the simulation job.
#network_interface ⇒ Types::NetworkInterface
Information about a network interface.
#output_location ⇒ Types::OutputLocation
Location for output files generated by the simulation job.
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
A list of robot applications.
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
A list of simulation applications.
#simulation_time_millis ⇒ 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
#tags ⇒ 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.