Class: Aws::Types::EnableMFADeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableMFADeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_code_1 ⇒ ::String
Returns the value of attribute authentication_code_1.
-
#authentication_code_2 ⇒ ::String
Returns the value of attribute authentication_code_2.
-
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#authentication_code_1 ⇒ ::String
Returns the value of attribute authentication_code_1.
550 551 552 |
# File 'sig/types.rbs', line 550 def authentication_code_1 @authentication_code_1 end |
#authentication_code_2 ⇒ ::String
Returns the value of attribute authentication_code_2.
551 552 553 |
# File 'sig/types.rbs', line 551 def authentication_code_2 @authentication_code_2 end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
549 550 551 |
# File 'sig/types.rbs', line 549 def serial_number @serial_number end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
548 549 550 |
# File 'sig/types.rbs', line 548 def user_name @user_name end |