Class: Aws::Types::Notification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


6128
6129
6130
# File 'sig/types.rbs', line 6128

def arn
  @arn
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])


6126
6127
6128
# File 'sig/types.rbs', line 6126

def content
  @content
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6132
6133
6134
# File 'sig/types.rbs', line 6132

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


6133
6134
6135
# File 'sig/types.rbs', line 6133

def expires_at
  @expires_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6127
6128
6129
# File 'sig/types.rbs', line 6127

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


6134
6135
6136
# File 'sig/types.rbs', line 6134

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6131
6132
6133
# File 'sig/types.rbs', line 6131

def last_modified_time
  @last_modified_time
end

#priority"URGENT", ...

Returns the value of attribute priority.

Returns:

  • ("URGENT", "HIGH", "LOW")


6129
6130
6131
# File 'sig/types.rbs', line 6129

def priority
  @priority
end

#recipients::Array[::String]

Returns the value of attribute recipients.

Returns:

  • (::Array[::String])


6130
6131
6132
# File 'sig/types.rbs', line 6130

def recipients
  @recipients
end

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

Returns the value of attribute tags.

Returns:

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


6135
6136
6137
# File 'sig/types.rbs', line 6135

def tags
  @tags
end