Class: Aws::SocialMessaging::Types::MetaLibraryTemplate

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

Instance Attribute Details

#library_template_body_inputsTypes::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_inputsArray<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_nameString

The name of the template in Meta's library.

Returns:

  • (String)


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_categoryString

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

Returns:

  • (String)


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_languageString

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

Returns:

  • (String)


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_nameString

The name to assign to the template.

Returns:

  • (String)


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