Class: Aws::RoboMaker::Types::StartSimulationJobBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::StartSimulationJobBatchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_policy ⇒ Types::BatchPolicy
The batch policy.
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#create_simulation_job_requests ⇒ Array<Types::SimulationJobRequest>
A list of simulation job requests to create in the batch.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the deployment job batch.
Instance Attribute Details
#batch_policy ⇒ Types::BatchPolicy
The batch policy.
4986 4987 4988 4989 4990 4991 4992 4993 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4986 class StartSimulationJobBatchRequest < Struct.new( :client_request_token, :batch_policy, :create_simulation_job_requests, :tags) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
4986 4987 4988 4989 4990 4991 4992 4993 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4986 class StartSimulationJobBatchRequest < Struct.new( :client_request_token, :batch_policy, :create_simulation_job_requests, :tags) SENSITIVE = [] include Aws::Structure end |
#create_simulation_job_requests ⇒ Array<Types::SimulationJobRequest>
A list of simulation job requests to create in the batch.
4986 4987 4988 4989 4990 4991 4992 4993 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4986 class StartSimulationJobBatchRequest < Struct.new( :client_request_token, :batch_policy, :create_simulation_job_requests, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the deployment job batch.
4986 4987 4988 4989 4990 4991 4992 4993 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4986 class StartSimulationJobBatchRequest < Struct.new( :client_request_token, :batch_policy, :create_simulation_job_requests, :tags) SENSITIVE = [] include Aws::Structure end |