RevisionTarget

public struct RevisionTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.

    Declaration

    Swift

    public let databaseRevision: String?
  • The date on which the database revision was released.

    Declaration

    Swift

    public let databaseRevisionReleaseDate: TimeStamp?
  • A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public init(databaseRevision: String? = nil, databaseRevisionReleaseDate: TimeStamp? = nil, description: String? = nil)