Class: Aws::RoboMaker::Types::CreateWorldTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CreateWorldTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the world template.
 - 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the world template was created.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the world template.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map that contains tag keys and tag values that are attached to the world template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the world template.
      1498 1499 1500 1501 1502 1503 1504 1505 1506  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1498 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      1498 1499 1500 1501 1502 1503 1504 1505 1506  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1498 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was created.
      1498 1499 1500 1501 1502 1503 1504 1505 1506  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1498 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the world template.
      1498 1499 1500 1501 1502 1503 1504 1505 1506  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1498 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world template.
      1498 1499 1500 1501 1502 1503 1504 1505 1506  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 1498 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end  |