Class: Aws::SocialMessaging::Types::MetaLibraryTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::MetaLibraryTemplate
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Represents a template from Meta's library with customization options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#library_template_body_inputs ⇒ Types::LibraryTemplateBodyInputs
Body text customizations for the template.
-
#library_template_button_inputs ⇒ Array<Types::LibraryTemplateButtonInput>
Button customizations for the template.
-
#library_template_name ⇒ String
The name of the template in Meta's library.
-
#template_category ⇒ String
The category of the template (for example, UTILITY or MARKETING).
-
#template_language ⇒ String
The language code for the template (for example, en_US).
-
#template_name ⇒ String
The name to assign to the template.
Instance Attribute Details
#library_template_body_inputs ⇒ Types::LibraryTemplateBodyInputs
Body text customizations for the template.
917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 917 class MetaLibraryTemplate < Struct.new( :template_name, :library_template_name, :template_category, :template_language, :library_template_button_inputs, :library_template_body_inputs) SENSITIVE = [] include Aws::Structure end |
#library_template_button_inputs ⇒ Array<Types::LibraryTemplateButtonInput>
Button customizations for the template.
917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 917 class MetaLibraryTemplate < Struct.new( :template_name, :library_template_name, :template_category, :template_language, :library_template_button_inputs, :library_template_body_inputs) SENSITIVE = [] include Aws::Structure end |
#library_template_name ⇒ String
The name of the template in Meta's library.
917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 917 class MetaLibraryTemplate < Struct.new( :template_name, :library_template_name, :template_category, :template_language, :library_template_button_inputs, :library_template_body_inputs) SENSITIVE = [] include Aws::Structure end |
#template_category ⇒ String
The category of the template (for example, UTILITY or MARKETING).
917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 917 class MetaLibraryTemplate < Struct.new( :template_name, :library_template_name, :template_category, :template_language, :library_template_button_inputs, :library_template_body_inputs) SENSITIVE = [] include Aws::Structure end |
#template_language ⇒ String
The language code for the template (for example, en_US).
917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 917 class MetaLibraryTemplate < Struct.new( :template_name, :library_template_name, :template_category, :template_language, :library_template_button_inputs, :library_template_body_inputs) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name to assign to the template.
917 918 919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 917 class MetaLibraryTemplate < Struct.new( :template_name, :library_template_name, :template_category, :template_language, :library_template_button_inputs, :library_template_body_inputs) SENSITIVE = [] include Aws::Structure end |