Class: Aws::Types::HsmClientCertificateMessage
- Inherits:
-
Object
- Object
- Aws::Types::HsmClientCertificateMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hsm_client_certificates ⇒ ::Array[Types::HsmClientCertificate]
Returns the value of attribute hsm_client_certificates.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#hsm_client_certificates ⇒ ::Array[Types::HsmClientCertificate]
Returns the value of attribute hsm_client_certificates.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def hsm_client_certificates @hsm_client_certificates end |
#marker ⇒ ::String
Returns the value of attribute marker.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def marker @marker end |