Class: Aws::IoTTwinMaker::Types::SceneSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::SceneSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that contains information about a scene.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the scene.
-
#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 scene description.
-
#scene_id ⇒ String
The ID of the scene.
-
#update_date_time ⇒ Time
The date and time when the scene was last updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the scene.
3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3474 class SceneSummary < Struct.new( :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description) SENSITIVE = [] include Aws::Structure end |
#content_location ⇒ String
The relative path that specifies the location of the content definition file.
3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3474 class SceneSummary < Struct.new( :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time when the scene was created.
3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3474 class SceneSummary < Struct.new( :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The scene description.
3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3474 class SceneSummary < Struct.new( :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description) SENSITIVE = [] include Aws::Structure end |
#scene_id ⇒ String
The ID of the scene.
3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3474 class SceneSummary < Struct.new( :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The date and time when the scene was last updated.
3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3474 class SceneSummary < Struct.new( :scene_id, :content_location, :arn, :creation_date_time, :update_date_time, :description) SENSITIVE = [] include Aws::Structure end |