ListCertificateAuthoritiesResponse
public struct ListCertificateAuthoritiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Summary information about each certificate authority you have created.
Declaration
Swift
public let certificateAuthorities: [CertificateAuthority]?
-
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(certificateAuthorities: [CertificateAuthority]? = nil, nextToken: String? = nil)