EngineDefaults

public struct EngineDefaults : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the name of the DB parameter group family that the engine default parameters apply to.

    Declaration

    Swift

    public let dBParameterGroupFamily: String?
  • An optional pagination token provided by a previous EngineDefaults 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?
  • Contains a list of engine default parameters.

    Declaration

    Swift

    public let parameters: [Parameter]?
  • Undocumented

    Declaration

    Swift

    public init(dBParameterGroupFamily: String? = nil, marker: String? = nil, parameters: [Parameter]? = nil)