Module: Aws::WorkSpacesWeb::Client::_ListTrustStoreCertificatesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTrustStoreCertificatesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #certificate_list ⇒ ::Array[Types::CertificateSummary]
- #next_token ⇒ ::String
- #trust_store_arn ⇒ ::String
Instance Method Details
#certificate_list ⇒ ::Array[Types::CertificateSummary]
841 |
# File 'sig/client.rbs', line 841
def certificate_list: () -> ::Array[Types::CertificateSummary]
|
#next_token ⇒ ::String
843 |
# File 'sig/client.rbs', line 843
def next_token: () -> ::String
|
#trust_store_arn ⇒ ::String
842 |
# File 'sig/client.rbs', line 842
def trust_store_arn: () -> ::String
|