Class: Aws::Types::SpanCitation
- Inherits:
-
Object
- Object
- Aws::Types::SpanCitation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#content_id ⇒ ::String
Returns the value of attribute content_id.
2896 2897 2898 |
# File 'sig/types.rbs', line 2896 def content_id @content_id end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def knowledge_base_id @knowledge_base_id end |
#title ⇒ ::String
Returns the value of attribute title.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def title @title end |