Class: Aws::Types::ListWebAuthnCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWebAuthnCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ ::Array[Types::WebAuthnCredentialDescription]
Returns the value of attribute credentials.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#credentials ⇒ ::Array[Types::WebAuthnCredentialDescription]
Returns the value of attribute credentials.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def credentials @credentials end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def next_token @next_token end |