Class: Aws::Types::SceneSummary
- Inherits:
-
Object
- Object
- Aws::Types::SceneSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content_location ⇒ ::String
Returns the value of attribute content_location.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def arn @arn end |
#content_location ⇒ ::String
Returns the value of attribute content_location.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def content_location @content_location end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def description @description end |
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def scene_id @scene_id end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def update_date_time @update_date_time end |