Class: Aws::Types::ParentEntityUpdateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parent_entity_id::String

Returns the value of attribute parent_entity_id.

Returns:

  • (::String)


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.

Returns:

  • ("UPDATE", "DELETE")


914
915
916
# File 'sig/types.rbs', line 914

def update_type
  @update_type
end