Class: Aws::Types::Message

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:

  • ("OPEN_APP", "DEEP_LINK", "URL")


2269
2270
2271
# File 'sig/types.rbs', line 2269

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def body
  @body
end

#image_icon_url::String

Returns the value of attribute image_icon_url.

Returns:

  • (::String)


2271
2272
2273
# File 'sig/types.rbs', line 2271

def image_icon_url
  @image_icon_url
end

#image_small_icon_url::String

Returns the value of attribute image_small_icon_url.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def image_small_icon_url
  @image_small_icon_url
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def image_url
  @image_url
end

#json_body::String

Returns the value of attribute json_body.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def json_body
  @json_body
end

#media_url::String

Returns the value of attribute media_url.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def media_url
  @media_url
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def raw_content
  @raw_content
end

#silent_pushBoolean

Returns the value of attribute silent_push.

Returns:

  • (Boolean)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def silent_push
  @silent_push
end

#time_to_live::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def time_to_live
  @time_to_live
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2280
2281
2282
# File 'sig/types.rbs', line 2280

def url
  @url
end