CreateParameterGroupRequest
public struct CreateParameterGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description of the parameter group.
Declaration
Swift
public let description: String? -
The name of the parameter group to apply to all of the clusters in this replication group.
Declaration
Swift
public let parameterGroupName: String -
Undocumented
Declaration
Swift
public init(description: String? = nil, parameterGroupName: String)
View on GitHub
CreateParameterGroupRequest Structure Reference