class Aws::IoTTwinMaker::Types::UpdateSceneRequest

@note When making an API call, you may pass UpdateSceneRequest

data as a hash:

    {
      capabilities: ["SceneCapability"],
      content_location: "S3Url",
      description: "Description",
      scene_id: "Id", # required
      workspace_id: "Id", # required
    }

@!attribute [rw] capabilities

A list of capabilities that the scene uses to render.
@return [Array<String>]

@!attribute [rw] content_location

The relative path that specifies the location of the content
definition file.
@return [String]

@!attribute [rw] description

The description of this scene.
@return [String]

@!attribute [rw] scene_id

The ID of the scene.
@return [String]

@!attribute [rw] workspace_id

The ID of the workspace that contains the scene.
@return [String]

Constants

SENSITIVE