ClusterDbRevisionsMessage

public struct ClusterDbRevisionsMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of revisions.

    Declaration

    Swift

    public let clusterDbRevisions: [ClusterDbRevision]?
  • A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the marker parameter and retrying the command. If the marker field is empty, all revisions have already been returned.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(clusterDbRevisions: [ClusterDbRevision]? = nil, marker: String? = nil)