Class: Aws::Types::AssistantAssociationData
- Inherits:
-
Object
- Object
- Aws::Types::AssistantAssociationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#assistant_association_arn ⇒ ::String
Returns the value of attribute assistant_association_arn.
-
#assistant_association_id ⇒ ::String
Returns the value of attribute assistant_association_id.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#association_data ⇒ Types::AssistantAssociationOutputData
Returns the value of attribute association_data.
-
#association_type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"
Returns the value of attribute association_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def assistant_arn @assistant_arn end |
#assistant_association_arn ⇒ ::String
Returns the value of attribute assistant_association_arn.
284 285 286 |
# File 'sig/types.rbs', line 284 def assistant_association_arn @assistant_association_arn end |
#assistant_association_id ⇒ ::String
Returns the value of attribute assistant_association_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def assistant_association_id @assistant_association_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def assistant_id @assistant_id end |
#association_data ⇒ Types::AssistantAssociationOutputData
Returns the value of attribute association_data.
288 289 290 |
# File 'sig/types.rbs', line 288 def association_data @association_data end |
#association_type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"
Returns the value of attribute association_type.
287 288 289 |
# File 'sig/types.rbs', line 287 def association_type @association_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
289 290 291 |
# File 'sig/types.rbs', line 289 def end |