Class: Aws::Types::ListCustomVerificationEmailTemplatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomVerificationEmailTemplatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_verification_email_templates ⇒ ::Array[Types::CustomVerificationEmailTemplateMetadata]
Returns the value of attribute custom_verification_email_templates.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#custom_verification_email_templates ⇒ ::Array[Types::CustomVerificationEmailTemplateMetadata]
Returns the value of attribute custom_verification_email_templates.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def custom_verification_email_templates @custom_verification_email_templates end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def next_token @next_token end |