Class: Aws::Types::CreateCustomVerificationEmailTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomVerificationEmailTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_redirection_url ⇒ ::String
Returns the value of attribute failure_redirection_url.
-
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
-
#success_redirection_url ⇒ ::String
Returns the value of attribute success_redirection_url.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_content ⇒ ::String
Returns the value of attribute template_content.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_subject ⇒ ::String
Returns the value of attribute template_subject.
Instance Attribute Details
#failure_redirection_url ⇒ ::String
Returns the value of attribute failure_redirection_url.
227 228 229 |
# File 'sig/types.rbs', line 227 def failure_redirection_url @failure_redirection_url end |
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
222 223 224 |
# File 'sig/types.rbs', line 222 def from_email_address @from_email_address end |
#success_redirection_url ⇒ ::String
Returns the value of attribute success_redirection_url.
226 227 228 |
# File 'sig/types.rbs', line 226 def success_redirection_url @success_redirection_url end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
225 226 227 |
# File 'sig/types.rbs', line 225 def @tags end |
#template_content ⇒ ::String
Returns the value of attribute template_content.
224 225 226 |
# File 'sig/types.rbs', line 224 def template_content @template_content end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def template_name @template_name end |
#template_subject ⇒ ::String
Returns the value of attribute template_subject.
223 224 225 |
# File 'sig/types.rbs', line 223 def template_subject @template_subject end |