Class: Aws::Types::AssociatePersonasToEntitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def index_id
  @index_id
end

#personas::Array[Types::EntityPersonaConfiguration]

Returns the value of attribute personas.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def personas
  @personas
end