Class: Aws::WorkLink::Types::ListWebsiteCertificateAuthoritiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::ListWebsiteCertificateAuthoritiesResponse
- Defined in:
- gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
-
#website_certificate_authorities ⇒ Array<Types::WebsiteCaSummary>
Information about the certificates.
Instance Attribute Details
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1094 class ListWebsiteCertificateAuthoritiesResponse < Struct.new( :website_certificate_authorities, :next_token) SENSITIVE = [] include Aws::Structure end |
#website_certificate_authorities ⇒ Array<Types::WebsiteCaSummary>
Information about the certificates.
1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1094 class ListWebsiteCertificateAuthoritiesResponse < Struct.new( :website_certificate_authorities, :next_token) SENSITIVE = [] include Aws::Structure end |