Class: Aws::Types::SearchResultBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#citationsTypes::CitationsConfig

Returns the value of attribute citations.



1298
1299
1300
# File 'sig/types.rbs', line 1298

def citations
  @citations
end

#content::Array[Types::SearchResultContentBlock]

Returns the value of attribute content.

Returns:



1297
1298
1299
# File 'sig/types.rbs', line 1297

def content
  @content
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def source
  @source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def title
  @title
end