Class: Aws::Types::SearchResultBlock
- Inherits:
-
Object
- Object
- Aws::Types::SearchResultBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citations ⇒ Types::CitationsConfig
Returns the value of attribute citations.
-
#content ⇒ ::Array[Types::SearchResultContentBlock]
Returns the value of attribute content.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#citations ⇒ Types::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.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def content @content end |
#source ⇒ ::String
Returns the value of attribute source.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def source @source end |
#title ⇒ ::String
Returns the value of attribute title.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def title @title end |