ClusterParameterGroup
public struct ClusterParameterGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the parameter group.
Declaration
Swift
public let description: String?
-
The name of the cluster parameter group family that this cluster parameter group is compatible with.
Declaration
Swift
public let parameterGroupFamily: String?
-
The name of the cluster parameter group.
Declaration
Swift
public let parameterGroupName: String?
-
The list of tags for the cluster parameter group.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, parameterGroupFamily: String? = nil, parameterGroupName: String? = nil, tags: [Tag]? = nil)