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.
      2832 2833 2834 2835 2836  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2832 class DescribeWorldRequest < Struct.new( :world) SENSITIVE = [] include Aws::Structure end  |