Class: Aws::Pinpoint::Types::ListTemplateVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ListTemplateVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_versions_response ⇒ Types::TemplateVersionsResponse
Provides information about all the versions of a specific message template.
Instance Attribute Details
#template_versions_response ⇒ Types::TemplateVersionsResponse
Provides information about all the versions of a specific message template.
9179 9180 9181 9182 9183 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9179 class ListTemplateVersionsResponse < Struct.new( :template_versions_response) SENSITIVE = [] include Aws::Structure end |