Class: Aws::Pinpoint::Types::InAppTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::InAppTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
In-App Template Response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The resource arn of the template.
-
#content ⇒ Array<Types::InAppMessageContent>
The content of the message, can include up to 5 modals.
-
#creation_date ⇒ String
The creation date of the template.
-
#custom_config ⇒ Hash<String,String>
Custom config to be sent to client.
-
#last_modified_date ⇒ String
The last modified date of the template.
-
#layout ⇒ String
The layout of the message.
-
#tags ⇒ Hash<String,String>
Tags map that contains arn and InternalId for API GW.
-
#template_description ⇒ String
The description of the template.
-
#template_name ⇒ String
The name of the template.
-
#template_type ⇒ String
The type of channel that the message template is designed for.
-
#version ⇒ String
The version id of the template.
Instance Attribute Details
#arn ⇒ String
The resource arn of the template.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Array<Types::InAppMessageContent>
The content of the message, can include up to 5 modals. Each modal must contain a message, a header, and background color. ImageUrl and buttons are optional.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ String
The creation date of the template.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#custom_config ⇒ Hash<String,String>
Custom config to be sent to client.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The last modified date of the template.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#layout ⇒ String
The layout of the message.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags map that contains arn and InternalId for API GW.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_description ⇒ String
The description of the template.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the template.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The type of channel that the message template is designed for. For an in-app message template, this value is INAPP.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version id of the template.
8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8171 class InAppTemplateResponse < Struct.new( :arn, :content, :creation_date, :custom_config, :last_modified_date, :layout, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |