Class: Aws::Types::Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mfa_types ⇒ ::Array[("SMS" | "TOTP")]

Returns the value of attribute mfa_types.

Returns:

  • (::Array[("SMS" | "TOTP")])


899
900
901
# File 'sig/types.rbs', line 899

def mfa_types
  @mfa_types
end

#sms_message ⇒ ::String

Returns the value of attribute sms_message.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def sms_message
  @sms_message
end