Class: Aws::Types::GetMFADeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMFADeviceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute certifications.
-
#enable_date ⇒ ::Time
Returns the value of attribute enable_date.
-
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#certifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute certifications.
805 806 807 |
# File 'sig/types.rbs', line 805 def certifications @certifications end |
#enable_date ⇒ ::Time
Returns the value of attribute enable_date.
804 805 806 |
# File 'sig/types.rbs', line 804 def enable_date @enable_date end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
803 804 805 |
# File 'sig/types.rbs', line 803 def serial_number @serial_number end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
802 803 804 |
# File 'sig/types.rbs', line 802 def user_name @user_name end |