![]() |
![]()
| ![]() |
![]()
NAMEPaws::RDS::OptionSetting USAGEThis 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 DESCRIPTIONOption 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. ATTRIBUTESAllowedValues => StrThe allowed values of the option setting. ApplyType => StrThe DB engine specific parameter type. DataType => StrThe data type of the option setting. DefaultValue => StrThe default value of the option setting. Description => StrThe description of the option setting. IsCollection => BoolIndicates if the option setting is part of a collection. IsModifiable => BoolA Boolean value that, when true, indicates the option setting can be modified from the default. Name => StrThe name of the option that has settings that you can set. Value => StrThe current value of the option setting. SEE ALSOThis class forms part of Paws, describing an object used in Paws::RDS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|