Class: Aws::Connect::Types::ListPromptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListPromptsResponse
- Defined in:
- gems/aws-sdk-connect/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.
15200 15201 15202 15203 15204 15205 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15200 class ListPromptsResponse < Struct.new( :prompt_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#prompt_summary_list ⇒ Array<Types::PromptSummary>
Information about the prompts.
15200 15201 15202 15203 15204 15205 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15200 class ListPromptsResponse < Struct.new( :prompt_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |