Class: Aws::RoboMaker::Types::DescribeWorldRequest

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

#worldString

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

Returns:

  • (String)


2832
2833
2834
2835
2836
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2832

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