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

Class: Aws::RDS::Types::OptionVersion

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

Overview

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

Instance Attribute Summary collapse

Instance Attribute Details

#is_defaultBoolean

True if the version is the default version of the option, and otherwise false.

Returns:

  • (Boolean)

    True if the version is the default version of the option, and otherwise false.

#versionString

The version of the option.

Returns:

  • (String)

    The version of the option.