ListCertificateAuthoritiesRequest
public struct ListCertificateAuthoritiesRequest : AWSShape
extension ACMPCA.ListCertificateAuthoritiesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
Declaration
Swift
public let maxResults: Int?
-
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
Declaration
Swift
public let nextToken: String?
-
Use this parameter to filter the returned set of certificate authorities based on their owner. The default is SELF.
Declaration
Swift
public let resourceOwner: ResourceOwner?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, resourceOwner: ResourceOwner? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ACMPCA.ListCertificateAuthoritiesRequest