Class: Aws::Types::Citation
- Inherits:
-
Object
- Object
- Aws::Types::Citation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citation_span ⇒ Types::CitationSpan
Returns the value of attribute citation_span.
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#reference_type ⇒ "WEB_CRAWLER", ...
Returns the value of attribute reference_type.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#citation_span ⇒ Types::CitationSpan
Returns the value of attribute citation_span.
428 429 430 |
# File 'sig/types.rbs', line 428 def citation_span @citation_span end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
425 426 427 |
# File 'sig/types.rbs', line 425 def content_id @content_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def knowledge_base_id @knowledge_base_id end |
#reference_type ⇒ "WEB_CRAWLER", ...
Returns the value of attribute reference_type.
430 431 432 |
# File 'sig/types.rbs', line 430 def reference_type @reference_type end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
429 430 431 |
# File 'sig/types.rbs', line 429 def source_url @source_url end |
#title ⇒ ::String
Returns the value of attribute title.
426 427 428 |
# File 'sig/types.rbs', line 426 def title @title end |