Class: Aws::Types::EmailMessageActivity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_configTypes::JourneyEmailMessage

Returns the value of attribute message_config.



1016
1017
1018
# File 'sig/types.rbs', line 1016

def message_config
  @message_config
end

#next_activity::String

Returns the value of attribute next_activity.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def next_activity
  @next_activity
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def template_name
  @template_name
end

#template_version::String

Returns the value of attribute template_version.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def template_version
  @template_version
end