Class: Aws::RoboMaker::Types::DescribeWorldGenerationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeWorldGenerationJobRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ String
The Amazon Resource Name (arn) of the world generation job to describe.
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (arn) of the world generation job to describe.
2698 2699 2700 2701 2702 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2698 class DescribeWorldGenerationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |