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.
858 859 860 |
# File 'sig/types.rbs', line 858 def configuration_set_name @configuration_set_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
856 857 858 |
# File 'sig/types.rbs', line 856 def email_address @email_address end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
857 858 859 |
# File 'sig/types.rbs', line 857 def template_name @template_name end |