Class: Aws::Types::Citation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :source_url])

Instance Attribute Summary collapse

Instance Attribute Details

#citation_spanTypes::CitationSpan

Returns the value of attribute citation_span.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("WEB_CRAWLER", "KNOWLEDGE_BASE", "BEDROCK_KB_S3", "BEDROCK_KB_WEB", "BEDROCK_KB_CONFLUENCE", "BEDROCK_KB_SALESFORCE", "BEDROCK_KB_SHAREPOINT", "BEDROCK_KB_KENDRA", "BEDROCK_KB_CUSTOM_DOCUMENT", "BEDROCK_KB_SQL")


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.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def source_url
  @source_url
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def title
  @title
end