Class: Aws::Types::AssociatePersonasToEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePersonasToEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#personas ⇒ ::Array[Types::EntityPersonaConfiguration]
Returns the value of attribute personas.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
73 74 75 |
# File 'sig/types.rbs', line 73 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
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.
75 76 77 |
# File 'sig/types.rbs', line 75 def personas @personas end |