Class: Aws::Types::DisassociatePersonasFromEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociatePersonasFromEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_ids ⇒ ::Array[::String]
Returns the value of attribute entity_ids.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
Instance Attribute Details
#entity_ids ⇒ ::Array[::String]
Returns the value of attribute entity_ids.
882 883 884 |
# File 'sig/types.rbs', line 882 def entity_ids @entity_ids end |
#id ⇒ ::String
Returns the value of attribute id.
880 881 882 |
# File 'sig/types.rbs', line 880 def id @id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
881 882 883 |
# File 'sig/types.rbs', line 881 def index_id @index_id end |