DBParameterGroupsMessage
public struct DBParameterGroupsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of DBParameterGroup instances.
Declaration
Swift
public let dBParameterGroups: [DBParameterGroup]? -
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(dBParameterGroups: [DBParameterGroup]? = nil, marker: String? = nil)
View on GitHub
DBParameterGroupsMessage Structure Reference