Class: Aws::Types::SendCustomVerificationEmailRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendCustomVerificationEmailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def configuration_set_name @configuration_set_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def email_address @email_address end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def template_name @template_name end |