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