Class: Aws::Types::ListPromptsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPromptsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prompt_summary_list ⇒ ::Array[Types::PromptSummary]
Returns the value of attribute prompt_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5199 5200 5201 |
# File 'sig/types.rbs', line 5199 def next_token @next_token end |
#prompt_summary_list ⇒ ::Array[Types::PromptSummary]
Returns the value of attribute prompt_summary_list.
5198 5199 5200 |
# File 'sig/types.rbs', line 5198 def prompt_summary_list @prompt_summary_list end |