Class: Aws::Connect::Types::SearchPromptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchPromptsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of quick connects which matched your search query.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#prompts ⇒ Array<Types::Prompt>
Information about the prompts.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of quick connects which matched your search query.
20058 20059 20060 20061 20062 20063 20064 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20058 class SearchPromptsResponse < Struct.new( :prompts, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
20058 20059 20060 20061 20062 20063 20064 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20058 class SearchPromptsResponse < Struct.new( :prompts, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#prompts ⇒ Array<Types::Prompt>
Information about the prompts.
20058 20059 20060 20061 20062 20063 20064 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20058 class SearchPromptsResponse < Struct.new( :prompts, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |