Class: Aws::IoTTwinMaker::Types::GetSceneResponse

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

#arnString

The ARN of the scene.

Returns:

  • (String)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#capabilitiesArray<String>

A list of capabilities that the scene uses to render.

Returns:

  • (Array<String>)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#content_locationString

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

Returns:

  • (String)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time when the scene was created.

Returns:

  • (Time)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the scene.

Returns:

  • (String)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::SceneError

The SceneResponse error.

Returns:



1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#generated_scene_metadataHash<String,String>

The generated scene metadata.

Returns:

  • (Hash<String,String>)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#scene_idString

The ID of the scene.

Returns:

  • (String)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#scene_metadataHash<String,String>

The response metadata.

Returns:

  • (Hash<String,String>)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_timeTime

The date and time when the scene was last updated.

Returns:

  • (Time)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace that contains the scene.

Returns:

  • (String)


1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1995

class GetSceneResponse < Struct.new(
  :workspace_id,
  :scene_id,
  :content_location,
  :arn,
  :creation_date_time,
  :update_date_time,
  :description,
  :capabilities,
  :scene_metadata,
  :generated_scene_metadata,
  :error)
  SENSITIVE = []
  include Aws::Structure
end