Class: Aws::SocialMessaging::Types::LibraryTemplateBodyInputs
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::LibraryTemplateBodyInputs
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Configuration options for customizing the body content of a template from Meta's library.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_contact_number ⇒ Boolean
When true, includes a contact number in the template body.
-
#add_learn_more_link ⇒ Boolean
When true, includes a "learn more" link in the template body.
-
#add_security_recommendation ⇒ Boolean
When true, includes security recommendations in the template body.
-
#add_track_package_link ⇒ Boolean
When true, includes a package tracking link in the template body.
-
#code_expiration_minutes ⇒ Integer
The number of minutes until a verification code or OTP expires.
Instance Attribute Details
#add_contact_number ⇒ Boolean
When true, includes a contact number in the template body.
505 506 507 508 509 510 511 512 513 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 505 class LibraryTemplateBodyInputs < Struct.new( :add_contact_number, :add_learn_more_link, :add_security_recommendation, :add_track_package_link, :code_expiration_minutes) SENSITIVE = [] include Aws::Structure end |
#add_learn_more_link ⇒ Boolean
When true, includes a "learn more" link in the template body.
505 506 507 508 509 510 511 512 513 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 505 class LibraryTemplateBodyInputs < Struct.new( :add_contact_number, :add_learn_more_link, :add_security_recommendation, :add_track_package_link, :code_expiration_minutes) SENSITIVE = [] include Aws::Structure end |
#add_security_recommendation ⇒ Boolean
When true, includes security recommendations in the template body.
505 506 507 508 509 510 511 512 513 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 505 class LibraryTemplateBodyInputs < Struct.new( :add_contact_number, :add_learn_more_link, :add_security_recommendation, :add_track_package_link, :code_expiration_minutes) SENSITIVE = [] include Aws::Structure end |
#add_track_package_link ⇒ Boolean
When true, includes a package tracking link in the template body.
505 506 507 508 509 510 511 512 513 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 505 class LibraryTemplateBodyInputs < Struct.new( :add_contact_number, :add_learn_more_link, :add_security_recommendation, :add_track_package_link, :code_expiration_minutes) SENSITIVE = [] include Aws::Structure end |
#code_expiration_minutes ⇒ Integer
The number of minutes until a verification code or OTP expires.
505 506 507 508 509 510 511 512 513 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 505 class LibraryTemplateBodyInputs < Struct.new( :add_contact_number, :add_learn_more_link, :add_security_recommendation, :add_track_package_link, :code_expiration_minutes) SENSITIVE = [] include Aws::Structure end |