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", "EXTERNAL_BEDROCK_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.
672 673 674 |
# File 'sig/types.rbs', line 672 def assistant_id @assistant_id end |
#association ⇒ Types::AssistantAssociationInputData
Returns the value of attribute association.
674 675 676 |
# File 'sig/types.rbs', line 674 def association @association end |
#association_type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"
Returns the value of attribute association_type.
673 674 675 |
# File 'sig/types.rbs', line 673 def association_type @association_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
675 676 677 |
# File 'sig/types.rbs', line 675 def client_token @client_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
676 677 678 |
# File 'sig/types.rbs', line 676 def @tags end |