Class: Aws::Types::OptionVersion
- Inherits:
-
Object
- Object
- Aws::Types::OptionVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#is_default ⇒ Boolean
Returns the value of attribute is_default.
3404 3405 3406 |
# File 'sig/types.rbs', line 3404 def is_default @is_default end |
#version ⇒ ::String
Returns the value of attribute version.
3403 3404 3405 |
# File 'sig/types.rbs', line 3403 def version @version end |