Class: Aws::QConnect::Types::ListMessageTemplateVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListMessageTemplateVersionsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_template_version_summaries ⇒ Array<Types::MessageTemplateVersionSummary>
Summary information about the versions of a message template.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#message_template_version_summaries ⇒ Array<Types::MessageTemplateVersionSummary>
Summary information about the versions of a message template.
6910 6911 6912 6913 6914 6915 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6910 class ListMessageTemplateVersionsResponse < Struct.new( :message_template_version_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
6910 6911 6912 6913 6914 6915 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6910 class ListMessageTemplateVersionsResponse < Struct.new( :message_template_version_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |