Class: Aws::Types::EntitySummary
- Inherits:
-
Object
- Object
- Aws::Types::EntitySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
385 386 387 |
# File 'sig/types.rbs', line 385 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
383 384 385 |
# File 'sig/types.rbs', line 383 def description @description end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def entity_id @entity_id end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
379 380 381 |
# File 'sig/types.rbs', line 379 def entity_name @entity_name end |
#has_child_entities ⇒ Boolean
Returns the value of attribute has_child_entities.
384 385 386 |
# File 'sig/types.rbs', line 384 def has_child_entities @has_child_entities end |
#parent_entity_id ⇒ ::String
Returns the value of attribute parent_entity_id.
381 382 383 |
# File 'sig/types.rbs', line 381 def parent_entity_id @parent_entity_id end |
#status ⇒ Types::Status
Returns the value of attribute status.
382 383 384 |
# File 'sig/types.rbs', line 382 def status @status end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
386 387 388 |
# File 'sig/types.rbs', line 386 def update_date_time @update_date_time end |