Module: Aws::APIGateway::Client::_GetClientCertificateResponseSuccess
- 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
789 |
# File 'sig/client.rbs', line 789
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
792 |
# File 'sig/client.rbs', line 792
def created_date: () -> ::Time
|
#description ⇒ ::String
790 |
# File 'sig/client.rbs', line 790
def description: () -> ::String
|
#expiration_date ⇒ ::Time
793 |
# File 'sig/client.rbs', line 793
def expiration_date: () -> ::Time
|
#pem_encoded_certificate ⇒ ::String
791 |
# File 'sig/client.rbs', line 791
def pem_encoded_certificate: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
794 |
# File 'sig/client.rbs', line 794
def tags: () -> ::Hash[::String, ::String]
|