Class: Aws::RoboMaker::Types::DescribeWorldTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeWorldTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template ⇒ String
The Amazon Resource Name (arn) of the world template you want to describe.
Instance Attribute Details
#template ⇒ String
The Amazon Resource Name (arn) of the world template you want to describe.
2881 2882 2883 2884 2885 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2881 class DescribeWorldTemplateRequest < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |