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.
3405 3406 3407 |
# File 'sig/types.rbs', line 3405 def is_default @is_default end |
#version ⇒ ::String
Returns the value of attribute version.
3404 3405 3406 |
# File 'sig/types.rbs', line 3404 def version @version end |