NAME
Paws::RDS::OptionGroup
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::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
DESCRIPTION
This class has no description
ATTRIBUTES
AllowsVpcAndNonVpcInstanceMemberships => Bool
Indicates whether this option group can be applied to both VPC and
non-VPC instances. The value C<true> indicates the option group can be
applied to both VPC and non-VPC instances.
EngineName => Str
Indicates the name of the engine that this option group can be applied
to.
MajorEngineVersion => Str
Indicates the major engine version associated with this option group.
OptionGroupDescription => Str
Provides a description of the option group.
OptionGroupName => Str
Specifies the name of the option group.
Options => ArrayRef[Paws::RDS::Option]
Indicates what options are available in the option group.
VpcId => Str
If B<AllowsVpcAndNonVpcInstanceMemberships> is C<false>, this field is
blank. If B<AllowsVpcAndNonVpcInstanceMemberships> is C<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 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