Class: Aws::IoTTwinMaker::Types::UpdateSceneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdateSceneRequest
- 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.
-
#content_location ⇒ String
The relative path that specifies the location of the content definition file.
-
#description ⇒ String
The description of this scene.
-
#scene_id ⇒ String
The ID of the scene.
-
#scene_metadata ⇒ Hash<String,String>
The scene metadata.
-
#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.
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3960 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#content_location ⇒ String
The relative path that specifies the location of the content definition file.
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3960 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of this scene.
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3960 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#scene_id ⇒ String
The ID of the scene.
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3960 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#scene_metadata ⇒ Hash<String,String>
The scene metadata.
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3960 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :scene_metadata) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3960 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities, :scene_metadata) SENSITIVE = [] include Aws::Structure end |