Class: Aws::Types::RecoveryOptionType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"verified_email", ...

Returns the value of attribute name.

Returns:

  • ("verified_email", "verified_phone_number", "admin_only")


1781
1782
1783
# File 'sig/types.rbs', line 1781

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def priority
  @priority
end