CertificateMessage

public struct CertificateMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of Certificate objects for the AWS account.

    Declaration

    Swift

    public let certificates: [Certificate]?
  • An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

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