Class: Aws::RoboMaker::Types::BatchDeleteWorldsRequest

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

#worldsArray<String>

A list of Amazon Resource Names (arns) that correspond to worlds to delete.

Returns:

  • (Array<String>)


20
21
22
23
24
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 20

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