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.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def hsm_client_certificates @hsm_client_certificates end |
#marker ⇒ ::String
Returns the value of attribute marker.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def marker @marker end |