Class: Aws::Types::GetEntityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEntityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#are_all_components_returned ⇒ Boolean
Returns the value of attribute are_all_components_returned.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#components ⇒ ::Hash[::String, Types::ComponentResponse]
Returns the value of attribute components.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#has_child_entities ⇒ Boolean
Returns the value of attribute has_child_entities.
-
#parent_entity_id ⇒ ::String
Returns the value of attribute parent_entity_id.
-
#status ⇒ Types::Status
Returns the value of attribute status.
-
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
-
#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
#are_all_components_returned ⇒ Boolean
Returns the value of attribute are_all_components_returned.
498 499 500 |
# File 'sig/types.rbs', line 498 def are_all_components_returned @are_all_components_returned end |
#arn ⇒ ::String
Returns the value of attribute arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def arn @arn end |
#components ⇒ ::Hash[::String, Types::ComponentResponse]
Returns the value of attribute components.
492 493 494 |
# File 'sig/types.rbs', line 492 def components @components end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
495 496 497 |
# File 'sig/types.rbs', line 495 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
491 492 493 |
# File 'sig/types.rbs', line 491 def description @description end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
486 487 488 |
# File 'sig/types.rbs', line 486 def entity_id @entity_id end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
487 488 489 |
# File 'sig/types.rbs', line 487 def entity_name @entity_name end |
#has_child_entities ⇒ Boolean
Returns the value of attribute has_child_entities.
494 495 496 |
# File 'sig/types.rbs', line 494 def has_child_entities @has_child_entities end |
#parent_entity_id ⇒ ::String
Returns the value of attribute parent_entity_id.
493 494 495 |
# File 'sig/types.rbs', line 493 def parent_entity_id @parent_entity_id end |
#status ⇒ Types::Status
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |
#sync_source ⇒ ::String
Returns the value of attribute sync_source.
497 498 499 |
# File 'sig/types.rbs', line 497 def sync_source @sync_source end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
496 497 498 |
# File 'sig/types.rbs', line 496 def update_date_time @update_date_time end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def workspace_id @workspace_id end |