![]() |
![]()
| ![]() |
![]()
NAMEPaws::Robomaker::SimulationJob USAGEThis 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 DESCRIPTIONInformation about a simulation job. ATTRIBUTESArn => StrThe Amazon Resource Name (ARN) of the simulation job. ClientRequestToken => StrA unique identifier for this "SimulationJob" request. Compute => Paws::Robomaker::ComputeResponseCompute information for the simulation job DataSources => ArrayRef[Paws::Robomaker::DataSource]The data sources for the simulation job. FailureBehavior => StrThe failure behavior the simulation job. FailureCode => StrThe failure code of the simulation job if it failed. FailureReason => StrThe reason why the simulation job failed. IamRole => StrThe 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 => StrThe time, in milliseconds since the epoch, when the simulation job was last started. LastUpdatedAt => StrThe time, in milliseconds since the epoch, when the simulation job was last updated. LoggingConfig => Paws::Robomaker::LoggingConfigThe logging configuration. MaxJobDurationInSeconds => IntThe maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less. Name => StrThe name of the simulation job. NetworkInterface => Paws::Robomaker::NetworkInterfaceInformation about a network interface. OutputLocation => Paws::Robomaker::OutputLocationLocation 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 => IntThe simulation job execution duration in milliseconds. Status => StrStatus of the simulation job. Tags => Paws::Robomaker::TagMapA map that contains tag keys and tag values that are attached to the simulation job. VpcConfig => Paws::Robomaker::VPCConfigResponseVPC configuration information. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Robomaker BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|