Module: Aws::IAM::Client::_GetMFADeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMFADeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #certifications ⇒ ::Hash[::String, ::String]
- #enable_date ⇒ ::Time
- #serial_number ⇒ ::String
- #user_name ⇒ ::String
Instance Method Details
#certifications ⇒ ::Hash[::String, ::String]
798 |
# File 'sig/client.rbs', line 798
def certifications: () -> ::Hash[::String, ::String]
|
#enable_date ⇒ ::Time
797 |
# File 'sig/client.rbs', line 797
def enable_date: () -> ::Time
|
#serial_number ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def serial_number: () -> ::String
|
#user_name ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def user_name: () -> ::String
|