Class: Aws::QConnect::Types::SearchMessageTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SearchMessageTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/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.
-
#results ⇒ Array<Types::MessageTemplateSearchResultData>
The results of the message template search.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
10072 10073 10074 10075 10076 10077 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10072 class SearchMessageTemplatesResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::MessageTemplateSearchResultData>
The results of the message template search.
10072 10073 10074 10075 10076 10077 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10072 class SearchMessageTemplatesResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |