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"
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.
23 24 25 |
# File 'sig/types.rbs', line 23 def assistant_arn @assistant_arn end |
#assistant_association_arn ⇒ ::String
Returns the value of attribute assistant_association_arn.
24 25 26 |
# File 'sig/types.rbs', line 24 def assistant_association_arn @assistant_association_arn end |
#assistant_association_id ⇒ ::String
Returns the value of attribute assistant_association_id.
25 26 27 |
# File 'sig/types.rbs', line 25 def assistant_association_id @assistant_association_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
26 27 28 |
# File 'sig/types.rbs', line 26 def assistant_id @assistant_id end |
#association_data ⇒ Types::AssistantAssociationOutputData
Returns the value of attribute association_data.
27 28 29 |
# File 'sig/types.rbs', line 27 def association_data @association_data end |
#association_type ⇒ "KNOWLEDGE_BASE"
Returns the value of attribute association_type.
28 29 30 |
# File 'sig/types.rbs', line 28 def association_type @association_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
29 30 31 |
# File 'sig/types.rbs', line 29 def @tags end |