You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::OptionGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#allows_vpc_and_non_vpc_instance_membershipsBoolean

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.

Returns:

  • (Boolean)

    Indicates whether this option group can be applied to both VPC and non-VPC instances.

#engine_nameString

Indicates the name of the engine that this option group can be applied to.

Returns:

  • (String)

    Indicates the name of the engine that this option group can be applied to.

#major_engine_versionString

Indicates the major engine version associated with this option group.

Returns:

  • (String)

    Indicates the major engine version associated with this option group.

#option_group_arnString

The Amazon Resource Name (ARN) for the option group.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the option group.

#option_group_descriptionString

Provides a description of the option group.

Returns:

  • (String)

    Provides a description of the option group.

#option_group_nameString

Specifies the name of the option group.

Returns:

  • (String)

    Specifies the name of the option group.

#optionsArray<Types::Option>

Indicates what options are available in the option group.

Returns:

  • (Array<Types::Option>)

    Indicates what options are available in the option group.

#vpc_idString

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.

Returns:

  • (String)

    If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank.