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.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 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.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def hsm_client_certificate_public_key @hsm_client_certificate_public_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def @tags end |