Class: Aws::RoboMaker::Types::DeleteWorldTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#templateString

The Amazon Resource Name (arn) of the world template you want to delete.

Returns:

  • (String)


1692
1693
1694
1695
1696
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1692

class DeleteWorldTemplateRequest < Struct.new(
  :template)
  SENSITIVE = []
  include Aws::Structure
end