Class: Aws::Types::SendNotificationActionDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


7797
7798
7799
# File 'sig/types.rbs', line 7797

def content
  @content
end

#content_type"PLAIN_TEXT"

Returns the value of attribute content_type.

Returns:

  • ("PLAIN_TEXT")


7798
7799
7800
# File 'sig/types.rbs', line 7798

def content_type
  @content_type
end

#delivery_method"EMAIL"

Returns the value of attribute delivery_method.

Returns:

  • ("EMAIL")


7795
7796
7797
# File 'sig/types.rbs', line 7795

def delivery_method
  @delivery_method
end

#exclusionTypes::NotificationRecipientType

Returns the value of attribute exclusion.



7800
7801
7802
# File 'sig/types.rbs', line 7800

def exclusion
  @exclusion
end

#recipientTypes::NotificationRecipientType

Returns the value of attribute recipient.



7799
7800
7801
# File 'sig/types.rbs', line 7799

def recipient
  @recipient
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


7796
7797
7798
# File 'sig/types.rbs', line 7796

def subject
  @subject
end