Class: Aws::Types::EmailChannelSubtypeParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:destination_email_address, :connect_source_email_address, :template_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_source_email_address::String

Returns the value of attribute connect_source_email_address.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def connect_source_email_address
  @connect_source_email_address
end

#destination_email_address::String

Returns the value of attribute destination_email_address.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def destination_email_address
  @destination_email_address
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def template_arn
  @template_arn
end

#template_parameters::Hash[::String, ::String]

Returns the value of attribute template_parameters.

Returns:

  • (::Hash[::String, ::String])


246
247
248
# File 'sig/types.rbs', line 246

def template_parameters
  @template_parameters
end