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_memberships ⇒ Array<Types::DBSecurityGroupMembership>

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

Returns:

#option_description ⇒ String

The description of the option.

Returns:

  • (String) —

    The description of the option.

#option_name ⇒ String

The name of the option.

Returns:

  • (String) —

    The name of the option.

#option_settings ⇒ Array<Types::OptionSetting>

The option settings for this option.

Returns:

#option_version ⇒ String

The version of the option.

Returns:

  • (String) —

    The version of the option.

#permanent ⇒ Boolean

Indicate if this option is permanent.

Returns:

  • (Boolean) —

    Indicate if this option is permanent.

#persistent ⇒ Boolean

Indicate if this option is persistent.

Returns:

  • (Boolean) —

    Indicate if this option is persistent.

#port ⇒ Integer

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_memberships ⇒ Array<Types::VpcSecurityGroupMembership>

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

Returns: