Class: Aws::Connect::Types::ListPromptsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


11609
11610
11611
11612
11613
11614
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11609

class ListPromptsResponse < Struct.new(
  :prompt_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#prompt_summary_listArray<Types::PromptSummary>

Information about the prompts.

Returns:



11609
11610
11611
11612
11613
11614
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11609

class ListPromptsResponse < Struct.new(
  :prompt_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end