Class: Aws::Types::ListPromptRoutersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2871
2872
2873
# File 'sig/types.rbs', line 2871

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def next_token
  @next_token
end

#type"custom", "default"

Returns the value of attribute type.

Returns:

  • ("custom", "default")


2873
2874
2875
# File 'sig/types.rbs', line 2873

def type
  @type
end