Class: Aws::Types::WebAuthnCredentialDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authenticator_attachment::String

Returns the value of attribute authenticator_attachment.

Returns:

  • (::String)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def authenticator_attachment
  @authenticator_attachment
end

#authenticator_transports::Array[::String]

Returns the value of attribute authenticator_transports.

Returns:

  • (::Array[::String])


2678
2679
2680
# File 'sig/types.rbs', line 2678

def authenticator_transports
  @authenticator_transports
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2679
2680
2681
# File 'sig/types.rbs', line 2679

def created_at
  @created_at
end

#credential_id::String

Returns the value of attribute credential_id.

Returns:

  • (::String)


2674
2675
2676
# File 'sig/types.rbs', line 2674

def credential_id
  @credential_id
end

#friendly_credential_name::String

Returns the value of attribute friendly_credential_name.

Returns:

  • (::String)


2675
2676
2677
# File 'sig/types.rbs', line 2675

def friendly_credential_name
  @friendly_credential_name
end

#relying_party_id::String

Returns the value of attribute relying_party_id.

Returns:

  • (::String)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def relying_party_id
  @relying_party_id
end