You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::TemplateActiveVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::TemplateActiveVersionRequest
- Defined in:
- (unknown)
Overview
When passing TemplateActiveVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
version: "__string",
}
Specifies which version of a message template to use as the active version of the template.
Returned by:
Instance Attribute Summary collapse
-
#version ⇒ String
The version of the message template to use as the active version of the template.
Instance Attribute Details
#version ⇒ String
The version of the message template to use as the active version of the template. Valid values are: latest, for the most recent version of the template; or, the unique identifier for any existing version of the template. If you specify an identifier, the value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the
Template Versions resource.