Method: Aws::Pinpoint::Types::PushMessageActivity#message_config

Defined in:
lib/aws-sdk-pinpoint/types.rb

#message_configTypes::JourneyPushMessage

Specifies the time to live (TTL) value for push notifications that are sent to participants in a journey.



9991
9992
9993
9994
9995
9996
9997
9998
# File 'lib/aws-sdk-pinpoint/types.rb', line 9991

class PushMessageActivity < Struct.new(
  :message_config,
  :next_activity,
  :template_name,
  :template_version)
  SENSITIVE = []
  include Aws::Structure
end