DBParameterGroup
public struct DBParameterGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) for the DB parameter group.
Declaration
Swift
public let dBParameterGroupArn: String?
-
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
Declaration
Swift
public let dBParameterGroupFamily: String?
-
Provides the name of the DB parameter group.
Declaration
Swift
public let dBParameterGroupName: String?
-
Provides the customer-specified description for this DB parameter group.
Declaration
Swift
public let description: String?
-
Undocumented
Declaration
Swift
public init(dBParameterGroupArn: String? = nil, dBParameterGroupFamily: String? = nil, dBParameterGroupName: String? = nil, description: String? = nil)