Class: Aws::Types::EmailMfaConfigType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def message
  @message
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def subject
  @subject
end