GetCertificatesRequest
public struct GetCertificatesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name for the certificate for which to return information. When omitted, the response includes all of your certificates in the AWS region where the request is made.
Declaration
Swift
public let certificateName: String?
-
The status of the certificates for which to return information. For example, specify ISSUED to return only certificates with an ISSUED status. When omitted, the response includes all of your certificates in the AWS region where the request is made, regardless of their current status.
Declaration
Swift
public let certificateStatuses: [CertificateStatus]?
-
Indicates whether to include detailed information about the certificates in the response. When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
Declaration
Swift
public let includeCertificateDetails: Bool?
-
Undocumented
Declaration
Swift
public init(certificateName: String? = nil, certificateStatuses: [CertificateStatus]? = nil, includeCertificateDetails: Bool? = nil)