Class: Aws::Types::DeleteAssistantAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssistantAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_association_id ⇒ ::String
Returns the value of attribute assistant_association_id.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
Instance Attribute Details
#assistant_association_id ⇒ ::String
Returns the value of attribute assistant_association_id.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def assistant_association_id @assistant_association_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def assistant_id @assistant_id end |