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)


20251
20252
20253
20254
20255
20256
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20251

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

#versionString

The version of the option.

Returns:

  • (String)


20251
20252
20253
20254
20255
20256
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20251

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