Class: Aws::Types::DisassociatePersonasFromEntitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_ids::Array[::String]

Returns the value of attribute entity_ids.

Returns:

  • (::Array[::String])


882
883
884
# File 'sig/types.rbs', line 882

def entity_ids
  @entity_ids
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def index_id
  @index_id
end