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

Class: Aws::RDS::Types::Option

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

Overview

Option details.

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_membershipsArray<Types::DBSecurityGroupMembership>

If the option requires access to a port, then this DB security group allows access to the port.

Returns:

#option_descriptionString

The description of the option.

Returns:

  • (String)

    The description of the option.

#option_nameString

The name of the option.

Returns:

  • (String)

    The name of the option.

#option_settingsArray<Types::OptionSetting>

The option settings for this option.

Returns:

#option_versionString

The version of the option.

Returns:

  • (String)

    The version of the option.

#permanentBoolean

Indicate if this option is permanent.

Returns:

  • (Boolean)

    Indicate if this option is permanent.

#persistentBoolean

Indicate if this option is persistent.

Returns:

  • (Boolean)

    Indicate if this option is persistent.

#portInteger

If required, the port configured for this option to use.

Returns:

  • (Integer)

    If required, the port configured for this option to use.

#vpc_security_group_membershipsArray<Types::VpcSecurityGroupMembership>

If the option requires access to a port, then this VPC security group allows access to the port.

Returns: