DBClusterParameterGroupsMessage
public struct DBClusterParameterGroupsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of DB cluster parameter groups.
Declaration
Swift
public let dBClusterParameterGroups: [DBClusterParameterGroup]?
-
An optional pagination token provided by a previous DescribeDBClusterParameterGroups 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(dBClusterParameterGroups: [DBClusterParameterGroup]? = nil, marker: String? = nil)