Class: Aws::IoTTwinMaker::Types::CreateSceneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateSceneRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<String>
A list of capabilities that the scene uses to render itself.
-
#content_location ⇒ String
The relative path that specifies the location of the content definition file.
-
#description ⇒ String
The description for this scene.
-
#scene_id ⇒ String
The ID of the scene.
-
#scene_metadata ⇒ Hash<String,String>
The request metadata.
-
#tags ⇒ Hash<String,String>
Metadata that you can use to manage the scene.
-
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
Instance Attribute Details
#capabilities ⇒ Array<String>
A list of capabilities that the scene uses to render itself.
790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 790 class CreateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :tags, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#content_location ⇒ String
The relative path that specifies the location of the content definition file.
790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 790 class CreateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :tags, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for this scene.
790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 790 class CreateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :tags, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#scene_id ⇒ String
The ID of the scene.
790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 790 class CreateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :tags, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#scene_metadata ⇒ Hash<String,String>
The request metadata.
790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 790 class CreateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :tags, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata that you can use to manage the scene.
790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 790 class CreateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :tags, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 790 class CreateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :tags, :scene_metadata) SENSITIVE = [] include Aws::Structure end |