Class: Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListWebAuthnCredentialsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:access_token]
Instance Attribute Summary collapse
-
#access_token ⇒ String
A valid access token that Amazon Cognito issued to the user whose registered passkeys you want to list.
-
#max_results ⇒ Integer
The maximum number of the user’s passkey credentials that you want to return.
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Instance Attribute Details
#access_token ⇒ String
A valid access token that Amazon Cognito issued to the user whose registered passkeys you want to list.
8159 8160 8161 8162 8163 8164 8165 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8159 class ListWebAuthnCredentialsRequest < Struct.new( :access_token, :next_token, :max_results) SENSITIVE = [:access_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of the user’s passkey credentials that you want to return.
8159 8160 8161 8162 8163 8164 8165 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8159 class ListWebAuthnCredentialsRequest < Struct.new( :access_token, :next_token, :max_results) SENSITIVE = [:access_token] include Aws::Structure end |
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
8159 8160 8161 8162 8163 8164 8165 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8159 class ListWebAuthnCredentialsRequest < Struct.new( :access_token, :next_token, :max_results) SENSITIVE = [:access_token] include Aws::Structure end |