CertificateMessage

public struct CertificateMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of certificates for this AWS account.

    Declaration

    Swift

    public let certificates: [Certificate]?
  • An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(certificates: [Certificate]? = nil, marker: String? = nil)