Class: Aws::Types::DisassociateEntitiesFromExperienceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateEntitiesFromExperienceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_list ⇒ ::Array[Types::EntityConfiguration]
Returns the value of attribute entity_list.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
Instance Attribute Details
#entity_list ⇒ ::Array[Types::EntityConfiguration]
Returns the value of attribute entity_list.
870 871 872 |
# File 'sig/types.rbs', line 870 def entity_list @entity_list end |
#id ⇒ ::String
Returns the value of attribute id.
868 869 870 |
# File 'sig/types.rbs', line 868 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
869 870 871 |
# File 'sig/types.rbs', line 869 def index_id @index_id end |