Class: Aws::Types::ListFaqsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFaqsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#faq_summary_items ⇒ ::Array[Types::FaqSummary]
Returns the value of attribute faq_summary_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#faq_summary_items ⇒ ::Array[Types::FaqSummary]
Returns the value of attribute faq_summary_items.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def faq_summary_items @faq_summary_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def next_token @next_token end |