Class: Aws::Types::UpdateCustomVerificationEmailTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomVerificationEmailTemplateRequest
- 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.
-
#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.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def failure_redirection_url @failure_redirection_url end |
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def from_email_address @from_email_address end |
#success_redirection_url ⇒ ::String
Returns the value of attribute success_redirection_url.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def success_redirection_url @success_redirection_url end |
#template_content ⇒ ::String
Returns the value of attribute template_content.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def template_content @template_content end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def template_name @template_name end |
#template_subject ⇒ ::String
Returns the value of attribute template_subject.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def template_subject @template_subject end |