ModifyClusterDbRevisionMessage

public struct ModifyClusterDbRevisionMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of a cluster whose database revision you want to modify. Example: examplecluster

    Declaration

    Swift

    public let clusterIdentifier: String
  • The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.

    Declaration

    Swift

    public let revisionTarget: String
  • Undocumented

    Declaration

    Swift

    public init(clusterIdentifier: String, revisionTarget: String)