Class: Aws::Types::HsmClientCertificate
- Inherits:
-
Object
- Object
- Aws::Types::HsmClientCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
-
#hsm_client_certificate_public_key ⇒ ::String
Returns the value of attribute hsm_client_certificate_public_key.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def hsm_client_certificate_identifier @hsm_client_certificate_identifier end |
#hsm_client_certificate_public_key ⇒ ::String
Returns the value of attribute hsm_client_certificate_public_key.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def hsm_client_certificate_public_key @hsm_client_certificate_public_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def @tags end |