Class: Aws::Types::SearchPromptsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchPromptsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prompts ⇒ ::Array[Types::Prompt]
Returns the value of attribute prompts.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
7459 7460 7461 |
# File 'sig/types.rbs', line 7459 def approximate_total_count @approximate_total_count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7458 7459 7460 |
# File 'sig/types.rbs', line 7458 def next_token @next_token end |
#prompts ⇒ ::Array[Types::Prompt]
Returns the value of attribute prompts.
7457 7458 7459 |
# File 'sig/types.rbs', line 7457 def prompts @prompts end |