PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Robomaker::SimulationJobRequest; use Moose; has Compute => (is => 'ro', isa => 'Paws::Robomaker::Compute', request_name => 'compute', traits => ['NameInRequest']); has DataSources => (is => 'ro', isa => 'ArrayRef[Paws::Robomaker::DataSourceConfig]', request_name => 'dataSources', traits => ['NameInRequest']); has FailureBehavior => (is => 'ro', isa => 'Str', request_name => 'failureBehavior', traits => ['NameInRequest']); has IamRole => (is => 'ro', isa => 'Str', request_name => 'iamRole', traits => ['NameInRequest']); has LoggingConfig => (is => 'ro', isa => 'Paws::Robomaker::LoggingConfig', request_name => 'loggingConfig', traits => ['NameInRequest']); has MaxJobDurationInSeconds => (is => 'ro', isa => 'Int', request_name => 'maxJobDurationInSeconds', traits => ['NameInRequest'], required => 1); has OutputLocation => (is => 'ro', isa => 'Paws::Robomaker::OutputLocation', request_name => 'outputLocation', traits => ['NameInRequest']); has RobotApplications => (is => 'ro', isa => 'ArrayRef[Paws::Robomaker::RobotApplicationConfig]', request_name => 'robotApplications', traits => ['NameInRequest']); has SimulationApplications => (is => 'ro', isa => 'ArrayRef[Paws::Robomaker::SimulationApplicationConfig]', request_name => 'simulationApplications', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'Paws::Robomaker::TagMap', request_name => 'tags', traits => ['NameInRequest']); has UseDefaultApplications => (is => 'ro', isa => 'Bool', request_name => 'useDefaultApplications', traits => ['NameInRequest']); has VpcConfig => (is => 'ro', isa => 'Paws::Robomaker::VPCConfig', request_name => 'vpcConfig', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Robomaker::SimulationJobRequest =head1 USAGE This class represents one of two things: =head3 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::SimulationJobRequest object: $service_obj->Method(Att1 => { Compute => $value, ..., VpcConfig => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Robomaker::SimulationJobRequest object: $result = $service_obj->Method(...); $result->Att1->Compute =head1 DESCRIPTION Information about a simulation job request. =head1 ATTRIBUTES =head2 Compute => L Compute information for the simulation job =head2 DataSources => ArrayRef[L] Specify data sources to mount read-only files from S3 into your simulation. These files are available under C. There is a limit of 100 files and a combined size of 25GB for all C objects. =head2 FailureBehavior => Str The failure behavior the simulation job. =over =item Continue Restart the simulation job in the same host instance. =item Fail Stop the simulation job and terminate the instance. =back =head2 IamRole => Str The IAM role name 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. =head2 LoggingConfig => L =head2 B MaxJobDurationInSeconds => Int The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less. =head2 OutputLocation => L =head2 RobotApplications => ArrayRef[L] The robot applications to use in the simulation job. =head2 SimulationApplications => ArrayRef[L] The simulation applications to use in the simulation job. =head2 Tags => L A map that contains tag keys and tag values that are attached to the simulation job request. =head2 UseDefaultApplications => Bool A Boolean indicating whether to use default applications in the simulation job. Default applications include Gazebo, rqt, rviz and terminal access. =head2 VpcConfig => L =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut