Class: Aws::Types::DeleteEntityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def entity_id
  @entity_id
end

#is_recursiveBoolean

Returns the value of attribute is_recursive.

Returns:

  • (Boolean)


322
323
324
# File 'sig/types.rbs', line 322

def is_recursive
  @is_recursive
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def workspace_id
  @workspace_id
end