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]
821 |
# File 'sig/client.rbs', line 821
def certifications: () -> ::Hash[::String, ::String]
|
#enable_date ⇒ ::Time
820 |
# File 'sig/client.rbs', line 820
def enable_date: () -> ::Time
|
#serial_number ⇒ ::String
819 |
# File 'sig/client.rbs', line 819
def serial_number: () -> ::String
|
#user_name ⇒ ::String
818 |
# File 'sig/client.rbs', line 818
def user_name: () -> ::String
|