Class: Aws::Types::RecoveryOptionType
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryOptionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "verified_email", ...
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#name ⇒ "verified_email", ...
Returns the value of attribute name.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def priority @priority end |