Class: Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials ⇒ Array<Types::WebAuthnCredentialDescription>
A list of registered passkeys for a user.
-
#next_token ⇒ String
An identifier that you can use in a later request to return the next set of items in the list.
Instance Attribute Details
#credentials ⇒ Array<Types::WebAuthnCredentialDescription>
A list of registered passkeys for a user.
8178 8179 8180 8181 8182 8183 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8178 class ListWebAuthnCredentialsResponse < Struct.new( :credentials, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier that you can use in a later request to return the next set of items in the list.
8178 8179 8180 8181 8182 8183 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8178 class ListWebAuthnCredentialsResponse < Struct.new( :credentials, :next_token) SENSITIVE = [] include Aws::Structure end |