Module: Aws::CloudHSM::Client::_DescribeLunaClientResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLunaClientResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #certificate ⇒ ::String
- #certificate_fingerprint ⇒ ::String
- #client_arn ⇒ ::String
- #label ⇒ ::String
- #last_modified_timestamp ⇒ ::String
Instance Method Details
#certificate ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def certificate: () -> ::String
|
#certificate_fingerprint ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def certificate_fingerprint: () -> ::String
|
#client_arn ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def client_arn: () -> ::String
|
#label ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def label: () -> ::String
|
#last_modified_timestamp ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def last_modified_timestamp: () -> ::String
|