Module: Aws::APIGateway::Client::_GenerateClientCertificateResponseSuccess
- 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
664 |
# File 'sig/client.rbs', line 664
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
667 |
# File 'sig/client.rbs', line 667
def created_date: () -> ::Time
|
#description ⇒ ::String
665 |
# File 'sig/client.rbs', line 665
def description: () -> ::String
|
#expiration_date ⇒ ::Time
668 |
# File 'sig/client.rbs', line 668
def expiration_date: () -> ::Time
|
#pem_encoded_certificate ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def pem_encoded_certificate: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
669 |
# File 'sig/client.rbs', line 669
def tags: () -> ::Hash[::String, ::String]
|