Class: Aws::Types::CreateCustomVerificationEmailTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_redirection_url::String

Returns the value of attribute failure_redirection_url.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def failure_redirection_url
  @failure_redirection_url
end

#from_email_address::String

Returns the value of attribute from_email_address.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def from_email_address
  @from_email_address
end

#success_redirection_url::String

Returns the value of attribute success_redirection_url.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def success_redirection_url
  @success_redirection_url
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def tags
  @tags
end

#template_content::String

Returns the value of attribute template_content.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def template_content
  @template_content
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def template_name
  @template_name
end

#template_subject::String

Returns the value of attribute template_subject.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def template_subject
  @template_subject
end