class Aws::RoboMaker::Types::SimulationJob
Information about a simulation job.
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the simulation job. @return [String]
@!attribute [rw] name
The name of the simulation job. @return [String]
@!attribute [rw] status
Status of the simulation job. @return [String]
@!attribute [rw] last_started_at
The time, in milliseconds since the epoch, when the simulation job was last started. @return [Time]
@!attribute [rw] last_updated_at
The time, in milliseconds since the epoch, when the simulation job was last updated. @return [Time]
@!attribute [rw] failure_behavior
The failure behavior the simulation job. Continue : Leaves the host running for its maximum timeout duration after a `4XX` error code. Fail : Stop the simulation job and terminate the instance. @return [String]
@!attribute [rw] failure_code
The failure code of the simulation job if it failed. @return [String]
@!attribute [rw] failure_reason
The reason why the simulation job failed. @return [String]
@!attribute [rw] client_request_token
A unique identifier for this `SimulationJob` request. @return [String]
@!attribute [rw] output_location
Location for output files generated by the simulation job. @return [Types::OutputLocation]
@!attribute [rw] logging_config
The logging configuration. @return [Types::LoggingConfig]
@!attribute [rw] max_job_duration_in_seconds
The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less. @return [Integer]
@!attribute [rw] simulation_time_millis
The simulation job execution duration in milliseconds. @return [Integer]
@!attribute [rw] iam_role
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. @return [String]
@!attribute [rw] robot_applications
A list of robot applications. @return [Array<Types::RobotApplicationConfig>]
@!attribute [rw] simulation_applications
A list of simulation applications. @return [Array<Types::SimulationApplicationConfig>]
@!attribute [rw] data_sources
The data sources for the simulation job. @return [Array<Types::DataSource>]
@!attribute [rw] tags
A map that contains tag keys and tag values that are attached to the simulation job. @return [Hash<String,String>]
@!attribute [rw] vpc_config
VPC configuration information. @return [Types::VPCConfigResponse]
@!attribute [rw] network_interface
Information about a network interface. @return [Types::NetworkInterface]
@!attribute [rw] compute
Compute information for the simulation job @return [Types::ComputeResponse]
@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SimulationJob AWS API Documentation
Constants
- SENSITIVE