Class: Aws::IoTTwinMaker::Types::GetSceneResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetSceneResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the scene.
-
#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.
-
#creation_date_time ⇒ Time
The date and time when the scene was created.
-
#description ⇒ String
The description of the scene.
-
#scene_id ⇒ String
The ID of the scene.
-
#update_date_time ⇒ Time
The date and time when the scene was last updated.
-
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
Instance Attribute Details
#arn ⇒ String
The ARN of the scene.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#capabilities ⇒ Array<String>
A list of capabilities that the scene uses to render.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#content_location ⇒ String
The relative path that specifies the location of the content definition file.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time when the scene was created.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the scene.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#scene_id ⇒ String
The ID of the scene.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The date and time when the scene was last updated.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the scene.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1505 class GetSceneResponse < Struct.new( :workspace_id, :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description, :capabilities) SENSITIVE = [] include Aws::Structure end |