Class: Aws::Types::SourceContentDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::SourceContentDataDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citation_span ⇒ Types::CitationSpan
Returns the value of attribute citation_span.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ranking_data ⇒ Types::RankingData
Returns the value of attribute ranking_data.
-
#text_data ⇒ Types::TextData
Returns the value of attribute text_data.
-
#type ⇒ "KNOWLEDGE_CONTENT"
Returns the value of attribute type.
Instance Attribute Details
#citation_span ⇒ Types::CitationSpan
Returns the value of attribute citation_span.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def citation_span @citation_span end |
#id ⇒ ::String
Returns the value of attribute id.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def id @id end |
#ranking_data ⇒ Types::RankingData
Returns the value of attribute ranking_data.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def ranking_data @ranking_data end |
#text_data ⇒ Types::TextData
Returns the value of attribute text_data.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def text_data @text_data end |
#type ⇒ "KNOWLEDGE_CONTENT"
Returns the value of attribute type.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def type @type end |