Class: Aws::Types::DeleteWebAuthnCredentialRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWebAuthnCredentialRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#credential_id ⇒ ::String
Returns the value of attribute credential_id.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
875 876 877 |
# File 'sig/types.rbs', line 875 def access_token @access_token end |
#credential_id ⇒ ::String
Returns the value of attribute credential_id.
876 877 878 |
# File 'sig/types.rbs', line 876 def credential_id @credential_id end |