Module: Aws::APIGateway::Client::_UpdateClientCertificateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ClientCertificate]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #client_certificate_id ⇒ ::String
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #expiration_date ⇒ ::Time
- #pem_encoded_certificate ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#client_certificate_id ⇒ ::String
1799 |
# File 'sig/client.rbs', line 1799 def client_certificate_id: () -> ::String |
#created_date ⇒ ::Time
1802 |
# File 'sig/client.rbs', line 1802 def created_date: () -> ::Time |
#description ⇒ ::String
1800 |
# File 'sig/client.rbs', line 1800 def description: () -> ::String |
#expiration_date ⇒ ::Time
1803 |
# File 'sig/client.rbs', line 1803 def expiration_date: () -> ::Time |
#pem_encoded_certificate ⇒ ::String
1801 |
# File 'sig/client.rbs', line 1801 def pem_encoded_certificate: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1804 |
# File 'sig/client.rbs', line 1804 def tags: () -> ::Hash[::String, ::String] |