Class: Aws::IoTTwinMaker::Types::CreateSceneResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTTwinMaker::Types::CreateSceneResponse
 
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the scene. 
- 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when the scene was created. 
Instance Attribute Details
#arn ⇒ String
The ARN of the scene.
| 810 811 812 813 814 815 | # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 810 class CreateSceneResponse < Struct.new( :arn, :creation_date_time) SENSITIVE = [] include Aws::Structure end | 
#creation_date_time ⇒ Time
The date and time when the scene was created.
| 810 811 812 813 814 815 | # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 810 class CreateSceneResponse < Struct.new( :arn, :creation_date_time) SENSITIVE = [] include Aws::Structure end |