Class: Aws::Types::PushNotificationTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admTypes::AndroidPushNotificationTemplate

Returns the value of attribute adm.



2431
2432
2433
# File 'sig/types.rbs', line 2431

def adm
  @adm
end

#apnsTypes::APNSPushNotificationTemplate

Returns the value of attribute apns.



2432
2433
2434
# File 'sig/types.rbs', line 2432

def apns
  @apns
end

#baiduTypes::AndroidPushNotificationTemplate

Returns the value of attribute baidu.



2433
2434
2435
# File 'sig/types.rbs', line 2433

def baidu
  @baidu
end

#defaultTypes::DefaultPushNotificationTemplate

Returns the value of attribute default.



2434
2435
2436
# File 'sig/types.rbs', line 2434

def default
  @default
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def default_substitutions
  @default_substitutions
end

#gcmTypes::AndroidPushNotificationTemplate

Returns the value of attribute gcm.



2436
2437
2438
# File 'sig/types.rbs', line 2436

def gcm
  @gcm
end

#recommender_id::String

Returns the value of attribute recommender_id.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def recommender_id
  @recommender_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2438
2439
2440
# File 'sig/types.rbs', line 2438

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def template_description
  @template_description
end