Class: Aws::Types::ListCustomVerificationEmailTemplatesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def next_token
  @next_token
end