Class: Aws::Types::SendCustomVerificationEmailRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def configuration_set_name
  @configuration_set_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def email_address
  @email_address
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def template_name
  @template_name
end