Class: Aws::Types::ParentEntityUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ParentEntityUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parent_entity_id ⇒ ::String
Returns the value of attribute parent_entity_id.
-
#update_type ⇒ "UPDATE", "DELETE"
Returns the value of attribute update_type.
Instance Attribute Details
#parent_entity_id ⇒ ::String
Returns the value of attribute parent_entity_id.
915 916 917 |
# File 'sig/types.rbs', line 915 def parent_entity_id @parent_entity_id end |
#update_type ⇒ "UPDATE", "DELETE"
Returns the value of attribute update_type.
914 915 916 |
# File 'sig/types.rbs', line 914 def update_type @update_type end |