Class: Aws::Types::ContentReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_arn::String

Returns the value of attribute content_arn.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def content_arn
  @content_arn
end

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def content_id
  @content_id
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

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")


539
540
541
# File 'sig/types.rbs', line 539

def reference_type
  @reference_type
end

#source_url::String

Returns the value of attribute source_url.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def source_url
  @source_url
end