OptionGroupOptionSetting
public struct OptionGroupOptionSetting : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates the acceptable values for the option group option.
Declaration
Swift
public let allowedValues: String? -
The DB engine specific parameter type for the option group option.
Declaration
Swift
public let applyType: String? -
The default value for the option group option.
Declaration
Swift
public let defaultValue: String? -
Boolean value where true indicates that this option group option can be changed from the default value.
Declaration
Swift
public let isModifiable: Bool? -
Boolean value where true indicates that a value must be specified for this option setting of the option group option.
Declaration
Swift
public let isRequired: Bool? -
The minimum DB engine version required for the corresponding allowed value for this option setting.
Declaration
Swift
public let minimumEngineVersionPerAllowedValue: [MinimumEngineVersionPerAllowedValue]? -
The description of the option group option.
Declaration
Swift
public let settingDescription: String? -
The name of the option group option.
Declaration
Swift
public let settingName: String? -
init(allowedValues:applyType:defaultValue:isModifiable:isRequired:minimumEngineVersionPerAllowedValue:settingDescription:settingName:)Undocumented
Declaration
Swift
public init(allowedValues: String? = nil, applyType: String? = nil, defaultValue: String? = nil, isModifiable: Bool? = nil, isRequired: Bool? = nil, minimumEngineVersionPerAllowedValue: [MinimumEngineVersionPerAllowedValue]? = nil, settingDescription: String? = nil, settingName: String? = nil)
View on GitHub
OptionGroupOptionSetting Structure Reference