ClusterVersion
public struct ClusterVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the cluster parameter group family for the cluster.
Declaration
Swift
public let clusterParameterGroupFamily: String?
-
The version number used by the cluster.
Declaration
Swift
public let clusterVersion: String?
-
The description of the cluster version.
Declaration
Swift
public let description: String?
-
Undocumented
Declaration
Swift
public init(clusterParameterGroupFamily: String? = nil, clusterVersion: String? = nil, description: String? = nil)