Class: Aws::Types::AssociateEntitiesToExperienceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_list::Array[Types::EntityConfiguration]

Returns the value of attribute entity_list.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def entity_list
  @entity_list
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def index_id
  @index_id
end