ListWebsiteCertificateAuthoritiesResponse
public struct ListWebsiteCertificateAuthoritiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Declaration
Swift
public let nextToken: String?
-
Information about the certificates.
Declaration
Swift
public let websiteCertificateAuthorities: [WebsiteCaSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, websiteCertificateAuthorities: [WebsiteCaSummary]? = nil)