Class: Aws::Types::PushBaiduMessageTemplateContent

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action"OPEN_APP", ...

Returns the value of attribute action.

Returns:



2237
2238
2239
# File 'sig/types.rbs', line 2237

def action
  @action
end

#bodyTypes::MessageTemplateBodyContentProvider

Returns the value of attribute body.

Returns:



2236
2237
2238
# File 'sig/types.rbs', line 2236

def body
  @body
end

#image_icon_url::String

Returns the value of attribute image_icon_url.

Returns:



2241
2242
2243
# File 'sig/types.rbs', line 2241

def image_icon_url
  @image_icon_url
end

#image_url::String

Returns the value of attribute image_url.

Returns:



2240
2241
2242
# File 'sig/types.rbs', line 2240

def image_url
  @image_url
end

#raw_contentTypes::MessageTemplateBodyContentProvider

Returns the value of attribute raw_content.

Returns:



2243
2244
2245
# File 'sig/types.rbs', line 2243

def raw_content
  @raw_content
end

#small_image_icon_url::String

Returns the value of attribute small_image_icon_url.

Returns:



2242
2243
2244
# File 'sig/types.rbs', line 2242

def small_image_icon_url
  @small_image_icon_url
end

#sound::String

Returns the value of attribute sound.

Returns:



2238
2239
2240
# File 'sig/types.rbs', line 2238

def sound
  @sound
end

#title::String

Returns the value of attribute title.

Returns:



2235
2236
2237
# File 'sig/types.rbs', line 2235

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:



2239
2240
2241
# File 'sig/types.rbs', line 2239

def url
  @url
end