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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_defaultBoolean

Indicates whether the version is the default version of the option.

Returns:

  • (Boolean)


20236
20237
20238
20239
20240
20241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20236

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

#versionString

The version of the option.

Returns:

  • (String)


20236
20237
20238
20239
20240
20241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20236

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