Class: Aws::Types::ListPromptsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5271
5272
5273
# File 'sig/types.rbs', line 5271

def next_token
  @next_token
end

#prompt_summary_list::Array[Types::PromptSummary]

Returns the value of attribute prompt_summary_list.

Returns:



5270
5271
5272
# File 'sig/types.rbs', line 5270

def prompt_summary_list
  @prompt_summary_list
end