Class: Aws::RoboMaker::Types::CancelWorldExportJobRequest

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

#jobString

The Amazon Resource Name (arn) of the world export job to cancel.

Returns:

  • (String)


154
155
156
157
158
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 154

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