Class: Aws::Types::RetrieveResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source_id, :content_text])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


2632
2633
2634
# File 'sig/types.rbs', line 2632

def association_id
  @association_id
end

#content_text::String

Returns the value of attribute content_text.

Returns:

  • (::String)


2635
2636
2637
# File 'sig/types.rbs', line 2635

def content_text
  @content_text
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")


2634
2635
2636
# File 'sig/types.rbs', line 2634

def reference_type
  @reference_type
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


2633
2634
2635
# File 'sig/types.rbs', line 2633

def source_id
  @source_id
end