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.



1708
1709
1710
# File 'sig/types.rbs', line 1708

def block_email
  @block_email
end

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def from
  @from
end

#mfa_emailTypes::NotifyEmailType

Returns the value of attribute mfa_email.



1710
1711
1712
# File 'sig/types.rbs', line 1710

def mfa_email
  @mfa_email
end

#no_action_emailTypes::NotifyEmailType

Returns the value of attribute no_action_email.



1709
1710
1711
# File 'sig/types.rbs', line 1709

def no_action_email
  @no_action_email
end

#reply_to::String

Returns the value of attribute reply_to.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def reply_to
  @reply_to
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def source_arn
  @source_arn
end