Class: Aws::RoboMaker::Types::BatchDeleteWorldsResponse

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

#unprocessed_worldsArray<String>

A list of unprocessed worlds associated with the call. These worlds were not deleted.

Returns:

  • (Array<String>)


33
34
35
36
37
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 33

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