OptionSetting
public struct OptionSetting : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The allowed values of the option setting.
Declaration
Swift
public let allowedValues: String?
-
The DB engine specific parameter type.
Declaration
Swift
public let applyType: String?
-
The data type of the option setting.
Declaration
Swift
public let dataType: String?
-
The default value of the option setting.
Declaration
Swift
public let defaultValue: String?
-
The description of the option setting.
Declaration
Swift
public let description: String?
-
Indicates if the option setting is part of a collection.
Declaration
Swift
public let isCollection: Bool?
-
A Boolean value that, when true, indicates the option setting can be modified from the default.
Declaration
Swift
public let isModifiable: Bool?
-
The name of the option that has settings that you can set.
Declaration
Swift
public let name: String?
-
The current value of the option setting.
Declaration
Swift
public let value: String?
-
init(allowedValues:applyType:dataType:defaultValue:description:isCollection:isModifiable:name:value:)
Undocumented
Declaration
Swift
public init(allowedValues: String? = nil, applyType: String? = nil, dataType: String? = nil, defaultValue: String? = nil, description: String? = nil, isCollection: Bool? = nil, isModifiable: Bool? = nil, name: String? = nil, value: String? = nil)