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_summaries ⇒ ::Array[Types::PromptSummary]
Returns the value of attribute prompt_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def next_token @next_token end |
#prompt_summaries ⇒ ::Array[Types::PromptSummary]
Returns the value of attribute prompt_summaries.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def prompt_summaries @prompt_summaries end |