Class: Aws::RoboMaker::Types::DescribeWorldRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeWorldRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#world ⇒ String
The Amazon Resource Name (arn) of the world you want to describe.
Instance Attribute Details
#world ⇒ String
The Amazon Resource Name (arn) of the world you want to describe.
2827 2828 2829 2830 2831 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2827 class DescribeWorldRequest < Struct.new( :world) SENSITIVE = [] include Aws::Structure end |