Class: Aws::RoboMaker::Types::CancelWorldGenerationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CancelWorldGenerationJobRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Note:
When making an API call, you may pass CancelWorldGenerationJobRequest data as a hash:
{
job: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ String
The Amazon Resource Name (arn) of the world generator job to cancel.
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (arn) of the world generator job to cancel.
227 228 229 230 231 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 227 class CancelWorldGenerationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |