Class: Aws::IoTTwinMaker::Types::UpdateSceneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdateSceneRequest
- Defined in:
- gems/aws-sdk-iottwinmaker/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.
-
#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.
2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2976 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#content_location ⇒ String
The relative path that specifies the location of the content definition file.
2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2976 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of this scene.
2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2976 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#scene_id ⇒ String
The ID of the scene.
2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2976 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
2976 2977 2978 2979 2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2976 class UpdateSceneRequest < Struct.new( :workspace_id, :scene_id, :content_location, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |