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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-robomaker/types.rb', line 2832

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