Class: Aws::Types::CreateNotificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def client_token
  @client_token
end

#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])


1624
1625
1626
# File 'sig/types.rbs', line 1624

def content
  @content
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def expires_at
  @expires_at
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def instance_id
  @instance_id
end

#predefined_notification_id::String

Returns the value of attribute predefined_notification_id.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def predefined_notification_id
  @predefined_notification_id
end

#priority"HIGH", "LOW"

Returns the value of attribute priority.

Returns:

  • ("HIGH", "LOW")


1623
1624
1625
# File 'sig/types.rbs', line 1623

def priority
  @priority
end

#recipients::Array[::String]

Returns the value of attribute recipients.

Returns:

  • (::Array[::String])


1622
1623
1624
# File 'sig/types.rbs', line 1622

def recipients
  @recipients
end

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

Returns the value of attribute tags.

Returns:

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


1625
1626
1627
# File 'sig/types.rbs', line 1625

def tags
  @tags
end