Class: Aws::Types::CreateHsmClientCertificateMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateHsmClientCertificateMessage
- 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.
-
#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.
642 643 644 |
# File 'sig/types.rbs', line 642 def hsm_client_certificate_identifier @hsm_client_certificate_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
643 644 645 |
# File 'sig/types.rbs', line 643 def @tags end |