Class: Aws::Types::AssistantAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssistantAssociationSummary
- 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.
325 326 327 |
# File 'sig/types.rbs', line 325 def assistant_arn @assistant_arn end |
#assistant_association_arn ⇒ ::String
Returns the value of attribute assistant_association_arn.
323 324 325 |
# File 'sig/types.rbs', line 323 def assistant_association_arn @assistant_association_arn end |
#assistant_association_id ⇒ ::String
Returns the value of attribute assistant_association_id.
322 323 324 |
# File 'sig/types.rbs', line 322 def assistant_association_id @assistant_association_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
324 325 326 |
# File 'sig/types.rbs', line 324 def assistant_id @assistant_id end |
#association_data ⇒ Types::AssistantAssociationOutputData
Returns the value of attribute association_data.
327 328 329 |
# File 'sig/types.rbs', line 327 def association_data @association_data end |
#association_type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"
Returns the value of attribute association_type.
326 327 328 |
# File 'sig/types.rbs', line 326 def association_type @association_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
328 329 330 |
# File 'sig/types.rbs', line 328 def @tags end |