Class: Aws::Types::DescribeHsmClientCertificatesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHsmClientCertificatesMessage
- 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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
Instance Attribute Details
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def hsm_client_certificate_identifier @hsm_client_certificate_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def max_records @max_records end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def tag_values @tag_values end |