Class: Aws::RDS::Types::OptionVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::OptionVersion
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_default ⇒ Boolean
True if the version is the default version of the option, and otherwise false.
-
#version ⇒ String
The version of the option.
Instance Attribute Details
#is_default ⇒ Boolean
True if the version is the default version of the option, and otherwise false.
18036 18037 18038 18039 18040 18041 |
# File 'lib/aws-sdk-rds/types.rb', line 18036 class OptionVersion < Struct.new( :version, :is_default) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the option.
18036 18037 18038 18039 18040 18041 |
# File 'lib/aws-sdk-rds/types.rb', line 18036 class OptionVersion < Struct.new( :version, :is_default) SENSITIVE = [] include Aws::Structure end |