![]() |
![]()
| ![]() |
![]()
NAMEPaws::RDS::OptionGroup 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::OptionGroup object: $service_obj->Method(Att1 => { AllowsVpcAndNonVpcInstanceMemberships => $value, ..., VpcId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::OptionGroup object: $result = $service_obj->Method(...); $result->Att1->AllowsVpcAndNonVpcInstanceMemberships DESCRIPTIONThis class has no description ATTRIBUTESAllowsVpcAndNonVpcInstanceMemberships => BoolIndicates whether this option group can be applied to both VPC and non-VPC instances. The value "true" indicates the option group can be applied to both VPC and non-VPC instances. EngineName => StrIndicates the name of the engine that this option group can be applied to. MajorEngineVersion => StrIndicates the major engine version associated with this option group. OptionGroupArn => StrThe Amazon Resource Name (ARN) for the option group. OptionGroupDescription => StrProvides a description of the option group. OptionGroupName => StrSpecifies the name of the option group. Options => ArrayRef[Paws::RDS::Option]Indicates what options are available in the option group. VpcId => StrIf AllowsVpcAndNonVpcInstanceMemberships is "false", this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is "true" and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field. 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>
|