Module: Aws::IoTTwinMaker::Client::_GetSceneResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSceneResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #capabilities ⇒ ::Array[::String]
- #content_location ⇒ ::String
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #generated_scene_metadata ⇒ ::Hash[::String, ::String]
- #scene_id ⇒ ::String
- #scene_metadata ⇒ ::Hash[::String, ::String]
- #update_date_time ⇒ ::Time
- #workspace_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
511 |
# File 'sig/client.rbs', line 511
def arn: () -> ::String
|
#capabilities ⇒ ::Array[::String]
515 |
# File 'sig/client.rbs', line 515
def capabilities: () -> ::Array[::String]
|
#content_location ⇒ ::String
510 |
# File 'sig/client.rbs', line 510
def content_location: () -> ::String
|
#creation_date_time ⇒ ::Time
512 |
# File 'sig/client.rbs', line 512
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def description: () -> ::String
|
#generated_scene_metadata ⇒ ::Hash[::String, ::String]
517 |
# File 'sig/client.rbs', line 517
def generated_scene_metadata: () -> ::Hash[::String, ::String]
|
#scene_id ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def scene_id: () -> ::String
|
#scene_metadata ⇒ ::Hash[::String, ::String]
516 |
# File 'sig/client.rbs', line 516
def scene_metadata: () -> ::Hash[::String, ::String]
|
#update_date_time ⇒ ::Time
513 |
# File 'sig/client.rbs', line 513
def update_date_time: () -> ::Time
|
#workspace_id ⇒ ::String
508 |
# File 'sig/client.rbs', line 508
def workspace_id: () -> ::String
|