Class: Aws::Connect::Types::ListPromptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListPromptsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#prompt_summary_list ⇒ Array<Types::PromptSummary>
Information about the prompts.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13388 13389 13390 13391 13392 13393 |
# File 'lib/aws-sdk-connect/types.rb', line 13388 class ListPromptsResponse < Struct.new( :prompt_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#prompt_summary_list ⇒ Array<Types::PromptSummary>
Information about the prompts.
13388 13389 13390 13391 13392 13393 |
# File 'lib/aws-sdk-connect/types.rb', line 13388 class ListPromptsResponse < Struct.new( :prompt_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |