Class: Aws::Types::WebAuthnCredentialDescription
- Inherits:
-
Object
- Object
- Aws::Types::WebAuthnCredentialDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authenticator_attachment ⇒ ::String
Returns the value of attribute authenticator_attachment.
-
#authenticator_transports ⇒ ::Array[::String]
Returns the value of attribute authenticator_transports.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#credential_id ⇒ ::String
Returns the value of attribute credential_id.
-
#friendly_credential_name ⇒ ::String
Returns the value of attribute friendly_credential_name.
-
#relying_party_id ⇒ ::String
Returns the value of attribute relying_party_id.
Instance Attribute Details
#authenticator_attachment ⇒ ::String
Returns the value of attribute authenticator_attachment.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def end |
#authenticator_transports ⇒ ::Array[::String]
Returns the value of attribute authenticator_transports.
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.
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.
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.
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.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def end |