Class: Aws::Types::PushMessageActivity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_configTypes::JourneyPushMessage

Returns the value of attribute message_config.



2423
2424
2425
# File 'sig/types.rbs', line 2423

def message_config
  @message_config
end

#next_activity::String

Returns the value of attribute next_activity.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def next_activity
  @next_activity
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def template_name
  @template_name
end

#template_version::String

Returns the value of attribute template_version.

Returns:

  • (::String)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def template_version
  @template_version
end