Class: Aws::Types::ListPromptRoutersResponse

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)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def next_token
  @next_token
end

#prompt_router_summaries::Array[Types::PromptRouterSummary]

Returns the value of attribute prompt_router_summaries.

Returns:



2878
2879
2880
# File 'sig/types.rbs', line 2878

def prompt_router_summaries
  @prompt_router_summaries
end