Class: Aws::Types::UpdateNotificationContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::Hash[("en_US" | "de_DE" | "es_ES" | "fr_FR" | "id_ID" | "it_IT" | "ja_JP" | "ko_KR" | "pt_BR" | "zh_CN" | "zh_TW"), ::String]

Returns the value of attribute content.

Returns:

  • (::Hash[("en_US" | "de_DE" | "es_ES" | "fr_FR" | "id_ID" | "it_IT" | "ja_JP" | "ko_KR" | "pt_BR" | "zh_CN" | "zh_TW"), ::String])


8576
8577
8578
# File 'sig/types.rbs', line 8576

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8574
8575
8576
# File 'sig/types.rbs', line 8574

def instance_id
  @instance_id
end

#notification_id::String

Returns the value of attribute notification_id.

Returns:

  • (::String)


8575
8576
8577
# File 'sig/types.rbs', line 8575

def notification_id
  @notification_id
end