Class: Aws::Types::SMSMessageActivity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_configTypes::JourneySMSMessage

Returns the value of attribute message_config.



2592
2593
2594
# File 'sig/types.rbs', line 2592

def message_config
  @message_config
end

#next_activity::String

Returns the value of attribute next_activity.

Returns:

  • (::String)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def next_activity
  @next_activity
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


2594
2595
2596
# File 'sig/types.rbs', line 2594

def template_name
  @template_name
end

#template_version::String

Returns the value of attribute template_version.

Returns:

  • (::String)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def template_version
  @template_version
end