Class: Aws::Types::ListWebAuthnCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWebAuthnCredentialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def access_token @access_token end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def next_token @next_token end |