Class: Aws::Types::GetSceneResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSceneResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
-
#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.
-
#error ⇒ Types::SceneError
Returns the value of attribute error.
-
#generated_scene_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute generated_scene_metadata.
-
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
-
#scene_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute scene_metadata.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
587 588 589 |
# File 'sig/types.rbs', line 587 def arn @arn end |
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
591 592 593 |
# File 'sig/types.rbs', line 591 def capabilities @capabilities end |
#content_location ⇒ ::String
Returns the value of attribute content_location.
586 587 588 |
# File 'sig/types.rbs', line 586 def content_location @content_location end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
588 589 590 |
# File 'sig/types.rbs', line 588 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
590 591 592 |
# File 'sig/types.rbs', line 590 def description @description end |
#error ⇒ Types::SceneError
Returns the value of attribute error.
594 595 596 |
# File 'sig/types.rbs', line 594 def error @error end |
#generated_scene_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute generated_scene_metadata.
593 594 595 |
# File 'sig/types.rbs', line 593 def end |
#scene_id ⇒ ::String
Returns the value of attribute scene_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def scene_id @scene_id end |
#scene_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute scene_metadata.
592 593 594 |
# File 'sig/types.rbs', line 592 def end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
589 590 591 |
# File 'sig/types.rbs', line 589 def update_date_time @update_date_time end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def workspace_id @workspace_id end |