Class: Aws::Types::PushNotificationTemplateResponse

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.

Returns:



2444
2445
2446
# File 'sig/types.rbs', line 2444

def adm
  @adm
end

#apnsTypes::APNSPushNotificationTemplate

Returns the value of attribute apns.

Returns:



2445
2446
2447
# File 'sig/types.rbs', line 2445

def apns
  @apns
end

#arn::String

Returns the value of attribute arn.

Returns:



2446
2447
2448
# File 'sig/types.rbs', line 2446

def arn
  @arn
end

#baiduTypes::AndroidPushNotificationTemplate

Returns the value of attribute baidu.

Returns:



2447
2448
2449
# File 'sig/types.rbs', line 2447

def baidu
  @baidu
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:



2448
2449
2450
# File 'sig/types.rbs', line 2448

def creation_date
  @creation_date
end

#defaultTypes::DefaultPushNotificationTemplate

Returns the value of attribute default.

Returns:



2449
2450
2451
# File 'sig/types.rbs', line 2449

def default
  @default
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:



2450
2451
2452
# File 'sig/types.rbs', line 2450

def default_substitutions
  @default_substitutions
end

#gcmTypes::AndroidPushNotificationTemplate

Returns the value of attribute gcm.

Returns:



2451
2452
2453
# File 'sig/types.rbs', line 2451

def gcm
  @gcm
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:



2452
2453
2454
# File 'sig/types.rbs', line 2452

def last_modified_date
  @last_modified_date
end

#recommender_id::String

Returns the value of attribute recommender_id.

Returns:



2453
2454
2455
# File 'sig/types.rbs', line 2453

def recommender_id
  @recommender_id
end

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

Returns the value of attribute tags.

Returns:



2454
2455
2456
# File 'sig/types.rbs', line 2454

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:



2455
2456
2457
# File 'sig/types.rbs', line 2455

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:



2456
2457
2458
# File 'sig/types.rbs', line 2456

def template_name
  @template_name
end

#template_type"EMAIL", ...

Returns the value of attribute template_type.

Returns:



2457
2458
2459
# File 'sig/types.rbs', line 2457

def template_type
  @template_type
end

#version::String

Returns the value of attribute version.

Returns:



2458
2459
2460
# File 'sig/types.rbs', line 2458

def version
  @version
end