AWS SDK for .NET Documentation
OptionGroupOptionSetting Class
AmazonAmazon.RDS.ModelOptionGroupOptionSetting Did this page help you?   Yes   No    Tell us about it...

option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.

Declaration Syntax
C#
public class OptionGroupOptionSetting
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
OptionGroupOptionSetting()()()()
Initializes a new instance of the OptionGroupOptionSetting class

AllowedValues
Indicates the acceptable values for the option group option.

ApplyType
The DB engine specific parameter type for the option group option.

DefaultValue
The default value for the option group option.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsModifiable
Boolean value where true indicates that this option group option can be changed from the default value.

SettingDescription
The description of the option group option.

SettingName
The name of the option group option.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAllowedValues(String) Obsolete.
Sets the AllowedValues property

WithApplyType(String) Obsolete.
Sets the ApplyType property

WithDefaultValue(String) Obsolete.
Sets the DefaultValue property

WithIsModifiable(Boolean) Obsolete.
Sets the IsModifiable property

WithSettingDescription(String) Obsolete.
Sets the SettingDescription property

WithSettingName(String) Obsolete.
Sets the SettingName property

Inheritance Hierarchy
Object
OptionGroupOptionSetting

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)