Class: Aws::IoTTwinMaker::Types::UpdateSceneRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

A list of capabilities that the scene uses to render.

Returns:

  • (Array<String>)


3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'gems/aws-sdk-iottwinmaker/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_locationString

The relative path that specifies the location of the content definition file.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'gems/aws-sdk-iottwinmaker/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

#descriptionString

The description of this scene.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID of the scene.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'gems/aws-sdk-iottwinmaker/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_metadataHash<String,String>

The scene metadata.

Returns:

  • (Hash<String,String>)


3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID of the workspace that contains the scene.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
# File 'gems/aws-sdk-iottwinmaker/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