Class: Aws::Types::ResyncMFADeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResyncMFADeviceRequest
- 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.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def authentication_code_1 @authentication_code_1 end |
#authentication_code_2 ⇒ ::String
Returns the value of attribute authentication_code_2.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def authentication_code_2 @authentication_code_2 end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def serial_number @serial_number end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def user_name @user_name end |