Class: Aws::Types::CustomVerificationEmailTemplateMetadata

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)


371
372
373
# File 'sig/types.rbs', line 371

def failure_redirection_url
  @failure_redirection_url
end

#from_email_address::String

Returns the value of attribute from_email_address.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def from_email_address
  @from_email_address
end

#success_redirection_url::String

Returns the value of attribute success_redirection_url.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def success_redirection_url
  @success_redirection_url
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def template_name
  @template_name
end

#template_subject::String

Returns the value of attribute template_subject.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def template_subject
  @template_subject
end