Class: Aws::Types::CreateAssistantAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssistantAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#association ⇒ Types::AssistantAssociationInputData
Returns the value of attribute association.
-
#association_type ⇒ "KNOWLEDGE_BASE"
Returns the value of attribute association_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
160 161 162 |
# File 'sig/types.rbs', line 160 def assistant_id @assistant_id end |
#association ⇒ Types::AssistantAssociationInputData
Returns the value of attribute association.
161 162 163 |
# File 'sig/types.rbs', line 161 def association @association end |
#association_type ⇒ "KNOWLEDGE_BASE"
Returns the value of attribute association_type.
162 163 164 |
# File 'sig/types.rbs', line 162 def association_type @association_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
163 164 165 |
# File 'sig/types.rbs', line 163 def client_token @client_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
164 165 166 |
# File 'sig/types.rbs', line 164 def @tags end |