NAME
Paws::RDS::OptionSetting
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::RDS::OptionSetting object:
$service_obj->Method(Att1 => { AllowedValues => $value, ..., Value => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::OptionSetting object:
$result = $service_obj->Method(...);
$result->Att1->AllowedValues
DESCRIPTION
Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.
ATTRIBUTES
AllowedValues => Str
The allowed values of the option setting.
ApplyType => Str
The DB engine specific parameter type.
DataType => Str
The data type of the option setting.
DefaultValue => Str
The default value of the option setting.
Description => Str
The description of the option setting.
IsCollection => Bool
Indicates if the option setting is part of a collection.
IsModifiable => Bool
A Boolean value that, when true, indicates the option setting can be modified from the default.
Name => Str
The name of the option that has settings that you can set.
Value => Str
The current value of the option setting.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::RDS
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues