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)


7663
7664
7665
# File 'sig/types.rbs', line 7663

def content
  @content
end

#content_type"PLAIN_TEXT"

Returns the value of attribute content_type.

Returns:

  • ("PLAIN_TEXT")


7664
7665
7666
# File 'sig/types.rbs', line 7664

def content_type
  @content_type
end

#delivery_method"EMAIL"

Returns the value of attribute delivery_method.

Returns:

  • ("EMAIL")


7661
7662
7663
# File 'sig/types.rbs', line 7661

def delivery_method
  @delivery_method
end

#exclusionTypes::NotificationRecipientType

Returns the value of attribute exclusion.



7666
7667
7668
# File 'sig/types.rbs', line 7666

def exclusion
  @exclusion
end

#recipientTypes::NotificationRecipientType

Returns the value of attribute recipient.



7665
7666
7667
# File 'sig/types.rbs', line 7665

def recipient
  @recipient
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


7662
7663
7664
# File 'sig/types.rbs', line 7662

def subject
  @subject
end