Class: Aws::SocialMessaging::Types::TemplateSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#meta_template_idString

The numeric ID assigned to the template by Meta.

Returns:

  • (String)


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_categoryString

The category of the template (for example, UTILITY or MARKETING).

Returns:

  • (String)


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_languageString

The language code of the template (for example, en_US).

Returns:

  • (String)


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_nameString

The name of the template.

Returns:

  • (String)


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_scoreString

The quality score assigned to the template by Meta.

Returns:

  • (String)


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_statusString

The current status of the template (for example, APPROVED, PENDING, or REJECTED).

Returns:

  • (String)


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