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)


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.

Returns:



1865
1866
1867
# File 'sig/types.rbs', line 1865

def prompt_summaries
  @prompt_summaries
end