Module: Aws::IoTTwinMaker::Client::_GetEntityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEntityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #are_all_components_returned ⇒ Boolean
- #arn ⇒ ::String
- #components ⇒ ::Hash[::String, Types::ComponentResponse]
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #entity_id ⇒ ::String
- #entity_name ⇒ ::String
- #has_child_entities ⇒ Boolean
- #parent_entity_id ⇒ ::String
- #status ⇒ Types::Status
- #sync_source ⇒ ::String
- #update_date_time ⇒ ::Time
- #workspace_id ⇒ ::String
Instance Method Details
#are_all_components_returned ⇒ Boolean
406 |
# File 'sig/client.rbs', line 406
def are_all_components_returned: () -> bool
|
#arn ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def arn: () -> ::String
|
#components ⇒ ::Hash[::String, Types::ComponentResponse]
400 |
# File 'sig/client.rbs', line 400
def components: () -> ::Hash[::String, Types::ComponentResponse]
|
#creation_date_time ⇒ ::Time
403 |
# File 'sig/client.rbs', line 403
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def description: () -> ::String
|
#entity_id ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def entity_id: () -> ::String
|
#entity_name ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def entity_name: () -> ::String
|
#has_child_entities ⇒ Boolean
402 |
# File 'sig/client.rbs', line 402
def has_child_entities: () -> bool
|
#parent_entity_id ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def parent_entity_id: () -> ::String
|
#sync_source ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def sync_source: () -> ::String
|
#update_date_time ⇒ ::Time
404 |
# File 'sig/client.rbs', line 404
def update_date_time: () -> ::Time
|
#workspace_id ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def workspace_id: () -> ::String
|