Class: Aws::Types::SourceContentDataDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#citation_spanTypes::CitationSpan

Returns the value of attribute citation_span.

Returns:



2834
2835
2836
# File 'sig/types.rbs', line 2834

def citation_span
  @citation_span
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2830
2831
2832
# File 'sig/types.rbs', line 2830

def id
  @id
end

#ranking_dataTypes::RankingData

Returns the value of attribute ranking_data.

Returns:



2833
2834
2835
# File 'sig/types.rbs', line 2833

def ranking_data
  @ranking_data
end

#text_dataTypes::TextData

Returns the value of attribute text_data.

Returns:



2832
2833
2834
# File 'sig/types.rbs', line 2832

def text_data
  @text_data
end

#type"KNOWLEDGE_CONTENT"

Returns the value of attribute type.

Returns:

  • ("KNOWLEDGE_CONTENT")


2831
2832
2833
# File 'sig/types.rbs', line 2831

def type
  @type
end