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.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def @authenticator_attachment end |
#authenticator_transports ⇒ ::Array[::String]
Returns the value of attribute authenticator_transports.
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.
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.
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.
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.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def @relying_party_id end |