RelationalDatabaseParameter
public struct RelationalDatabaseParameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the valid range of values for the parameter.
Declaration
Swift
public let allowedValues: String?
-
Indicates when parameter updates are applied. Can be immediate or pending-reboot.
Declaration
Swift
public let applyMethod: String?
-
Specifies the engine-specific parameter type.
Declaration
Swift
public let applyType: String?
-
Specifies the valid data type for the parameter.
Declaration
Swift
public let dataType: String?
-
Provides a description of the parameter.
Declaration
Swift
public let description: String?
-
A Boolean value indicating whether the parameter can be modified.
Declaration
Swift
public let isModifiable: Bool?
-
Specifies the name of the parameter.
Declaration
Swift
public let parameterName: String?
-
Specifies the value of the parameter.
Declaration
Swift
public let parameterValue: String?
-
init(allowedValues:applyMethod:applyType:dataType:description:isModifiable:parameterName:parameterValue:)
Undocumented
Declaration
Swift
public init(allowedValues: String? = nil, applyMethod: String? = nil, applyType: String? = nil, dataType: String? = nil, description: String? = nil, isModifiable: Bool? = nil, parameterName: String? = nil, parameterValue: String? = nil)