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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

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)


11700
11701
11702
11703
11704
# File 'lib/aws-sdk-rds/types.rb', line 11700

class OptionVersion < Struct.new(
  :version,
  :is_default)
  include Aws::Structure
end

#versionString

The version of the option.

Returns:

  • (String)


11700
11701
11702
11703
11704
# File 'lib/aws-sdk-rds/types.rb', line 11700

class OptionVersion < Struct.new(
  :version,
  :is_default)
  include Aws::Structure
end