Class: Aws::Types::UpdateSceneRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSceneRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
-
#content_location ⇒ ::String
Returns the value of attribute content_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
-
#scene_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute scene_metadata.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def capabilities @capabilities end |
#content_location ⇒ ::String
Returns the value of attribute content_location.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def content_location @content_location end |
#description ⇒ ::String
Returns the value of attribute description.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def description @description end |
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def scene_id @scene_id end |
#scene_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute scene_metadata.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def @scene_metadata end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def workspace_id @workspace_id end |