Class: Aws::Types::CreateSceneRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSceneRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
238 239 240 |
# File 'sig/types.rbs', line 238 def capabilities @capabilities end |
#content_location ⇒ ::String
Returns the value of attribute content_location.
236 237 238 |
# File 'sig/types.rbs', line 236 def content_location @content_location end |
#description ⇒ ::String
Returns the value of attribute description.
237 238 239 |
# File 'sig/types.rbs', line 237 def description @description end |
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
235 236 237 |
# File 'sig/types.rbs', line 235 def scene_id @scene_id end |
#scene_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute scene_metadata.
240 241 242 |
# File 'sig/types.rbs', line 240 def @scene_metadata end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
239 240 241 |
# File 'sig/types.rbs', line 239 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def workspace_id @workspace_id end |