Class: Aws::Types::CustomMessageActivity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_uri::String

Returns the value of attribute delivery_uri.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def delivery_uri
  @delivery_uri
end

#endpoint_types::Array[("PUSH" | "GCM" | "APNS" | "APNS_SANDBOX" | "APNS_VOIP" | "APNS_VOIP_SANDBOX" | "ADM" | "SMS" | "VOICE" | "EMAIL" | "BAIDU" | "CUSTOM" | "IN_APP")]

Returns the value of attribute endpoint_types.

Returns:

  • (::Array[("PUSH" | "GCM" | "APNS" | "APNS_SANDBOX" | "APNS_VOIP" | "APNS_VOIP_SANDBOX" | "ADM" | "SMS" | "VOICE" | "EMAIL" | "BAIDU" | "CUSTOM" | "IN_APP")])


677
678
679
# File 'sig/types.rbs', line 677

def endpoint_types
  @endpoint_types
end

#message_configTypes::JourneyCustomMessage

Returns the value of attribute message_config.



678
679
680
# File 'sig/types.rbs', line 678

def message_config
  @message_config
end

#next_activity::String

Returns the value of attribute next_activity.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def next_activity
  @next_activity
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def template_name
  @template_name
end

#template_version::String

Returns the value of attribute template_version.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def template_version
  @template_version
end