class Aws::RDS::Types::OptionGroup

@!attribute [rw] option_group_name

Specifies the name of the option group.
@return [String]

@!attribute [rw] option_group_description

Provides a description of the option group.
@return [String]

@!attribute [rw] engine_name

Indicates the name of the engine that this option group can be
applied to.
@return [String]

@!attribute [rw] major_engine_version

Indicates the major engine version associated with this option
group.
@return [String]

@!attribute [rw] options

Indicates what options are available in the option group.
@return [Array<Types::Option>]

@!attribute [rw] allows_vpc_and_non_vpc_instance_memberships

Indicates 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.
@return [Boolean]

@!attribute [rw] vpc_id

If **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.
@return [String]

@!attribute [rw] option_group_arn

The Amazon Resource Name (ARN) for the option group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroup AWS API Documentation

Constants

SENSITIVE