Class: Aws::IoTTwinMaker::Types::CreateSceneResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateSceneResponse
- Includes:
- Structure
- Defined in:
- 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 '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 'lib/aws-sdk-iottwinmaker/types.rb', line 810 class CreateSceneResponse < Struct.new( :arn, :creation_date_time) SENSITIVE = [] include Aws::Structure end |