Class: Aws::Types::SearchContentResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchContentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_summaries ⇒ ::Array[Types::ContentSummary]
Returns the value of attribute content_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#content_summaries ⇒ ::Array[Types::ContentSummary]
Returns the value of attribute content_summaries.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def content_summaries @content_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def next_token @next_token end |