Class: Aws::Types::ListWebAuthnCredentialsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def next_token
  @next_token
end