NAME
Paws::Robomaker::SimulationJob
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Robomaker::SimulationJob object:
$service_obj->Method(Att1 => { Arn => $value, ..., VpcConfig => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Robomaker::SimulationJob object:
$result = $service_obj->Method(...);
$result->Att1->Arn
DESCRIPTION
Information about a simulation job.
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the simulation job.
ClientRequestToken => Str
A unique identifier for this SimulationJob
request.
Compute => Paws::Robomaker::ComputeResponse
Compute information for the simulation job
DataSources => ArrayRef[Paws::Robomaker::DataSource]
The data sources for the simulation job.
FailureBehavior => Str
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.
FailureCode => Str
The failure code of the simulation job if it failed.
FailureReason => Str
The reason why the simulation job failed.
IamRole => Str
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.
LastStartedAt => Str
The time, in milliseconds since the epoch, when the simulation job was last started.
LastUpdatedAt => Str
The time, in milliseconds since the epoch, when the simulation job was last updated.
LoggingConfig => Paws::Robomaker::LoggingConfig
The logging configuration.
MaxJobDurationInSeconds => Int
The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.
Name => Str
The name of the simulation job.
NetworkInterface => Paws::Robomaker::NetworkInterface
Information about a network interface.
OutputLocation => Paws::Robomaker::OutputLocation
Location for output files generated by the simulation job.
RobotApplications => ArrayRef[Paws::Robomaker::RobotApplicationConfig]
A list of robot applications.
SimulationApplications => ArrayRef[Paws::Robomaker::SimulationApplicationConfig]
A list of simulation applications.
SimulationTimeMillis => Int
The simulation job execution duration in milliseconds.
Status => Str
Status of the simulation job.
Tags => Paws::Robomaker::TagMap
A map that contains tag keys and tag values that are attached to the simulation job.
VpcConfig => Paws::Robomaker::VPCConfigResponse
VPC configuration information.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Robomaker
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues