Class: Aws::Types::MFAOptionType
- Inherits:
-
Object
- Object
- Aws::Types::MFAOptionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#delivery_medium ⇒ "SMS", "EMAIL"
Returns the value of attribute delivery_medium.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def attribute_name @attribute_name end |
#delivery_medium ⇒ "SMS", "EMAIL"
Returns the value of attribute delivery_medium.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def delivery_medium @delivery_medium end |