Class: Aws::Types::SpanCitation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title])

Instance Attribute Summary collapse

Instance Attribute Details

#content_id::String

Returns the value of attribute content_id.

Returns:

  • (::String)


2896
2897
2898
# File 'sig/types.rbs', line 2896

def content_id
  @content_id
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


2899
2900
2901
# File 'sig/types.rbs', line 2899

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2898
2899
2900
# File 'sig/types.rbs', line 2898

def knowledge_base_id
  @knowledge_base_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2897
2898
2899
# File 'sig/types.rbs', line 2897

def title
  @title
end