Class: Aws::SocialMessaging::Types::TemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::TemplateSummary
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Provides a summary of a WhatsApp message template's key attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meta_template_id ⇒ String
The numeric ID assigned to the template by Meta.
-
#template_category ⇒ String
The category of the template (for example, UTILITY or MARKETING).
-
#template_language ⇒ String
The language code of the template (for example, en_US).
-
#template_name ⇒ String
The name of the template.
-
#template_quality_score ⇒ String
The quality score assigned to the template by Meta.
-
#template_status ⇒ String
The current status of the template (for example, APPROVED, PENDING, or REJECTED).
Instance Attribute Details
#meta_template_id ⇒ String
The numeric ID assigned to the template by Meta.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1256 class TemplateSummary < Struct.new( :template_name, :meta_template_id, :template_status, :template_quality_score, :template_language, :template_category) SENSITIVE = [] include Aws::Structure end |
#template_category ⇒ String
The category of the template (for example, UTILITY or MARKETING).
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1256 class TemplateSummary < Struct.new( :template_name, :meta_template_id, :template_status, :template_quality_score, :template_language, :template_category) SENSITIVE = [] include Aws::Structure end |
#template_language ⇒ String
The language code of the template (for example, en_US).
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1256 class TemplateSummary < Struct.new( :template_name, :meta_template_id, :template_status, :template_quality_score, :template_language, :template_category) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the template.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1256 class TemplateSummary < Struct.new( :template_name, :meta_template_id, :template_status, :template_quality_score, :template_language, :template_category) SENSITIVE = [] include Aws::Structure end |
#template_quality_score ⇒ String
The quality score assigned to the template by Meta.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1256 class TemplateSummary < Struct.new( :template_name, :meta_template_id, :template_status, :template_quality_score, :template_language, :template_category) SENSITIVE = [] include Aws::Structure end |
#template_status ⇒ String
The current status of the template (for example, APPROVED, PENDING, or REJECTED).
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1256 class TemplateSummary < Struct.new( :template_name, :meta_template_id, :template_status, :template_quality_score, :template_language, :template_category) SENSITIVE = [] include Aws::Structure end |