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)


2645
2646
2647
# File 'sig/types.rbs', line 2645

def authenticator_attachment
  @authenticator_attachment
end

#authenticator_transports::Array[::String]

Returns the value of attribute authenticator_transports.

Returns:

  • (::Array[::String])


2646
2647
2648
# File 'sig/types.rbs', line 2646

def authenticator_transports
  @authenticator_transports
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2647
2648
2649
# File 'sig/types.rbs', line 2647

def created_at
  @created_at
end

#credential_id::String

Returns the value of attribute credential_id.

Returns:

  • (::String)


2642
2643
2644
# File 'sig/types.rbs', line 2642

def credential_id
  @credential_id
end

#friendly_credential_name::String

Returns the value of attribute friendly_credential_name.

Returns:

  • (::String)


2643
2644
2645
# File 'sig/types.rbs', line 2643

def friendly_credential_name
  @friendly_credential_name
end

#relying_party_id::String

Returns the value of attribute relying_party_id.

Returns:

  • (::String)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def relying_party_id
  @relying_party_id
end