Class: Aws::Types::NotifyConfigurationType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_emailTypes::NotifyEmailType

Returns the value of attribute block_email.



1740
1741
1742
# File 'sig/types.rbs', line 1740

def block_email
  @block_email
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def from
  @from
end

#mfa_emailTypes::NotifyEmailType

Returns the value of attribute mfa_email.



1742
1743
1744
# File 'sig/types.rbs', line 1742

def mfa_email
  @mfa_email
end

#no_action_emailTypes::NotifyEmailType

Returns the value of attribute no_action_email.



1741
1742
1743
# File 'sig/types.rbs', line 1741

def no_action_email
  @no_action_email
end

#reply_to::String

Returns the value of attribute reply_to.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def reply_to
  @reply_to
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def source_arn
  @source_arn
end