Class: Aws::Types::OptionGroupOptionSetting
- Inherits:
-
Object
- Object
- Aws::Types::OptionGroupOptionSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#apply_type ⇒ ::String
Returns the value of attribute apply_type.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
-
#is_required ⇒ Boolean
Returns the value of attribute is_required.
-
#minimum_engine_version_per_allowed_value ⇒ ::Array[Types::MinimumEngineVersionPerAllowedValue]
Returns the value of attribute minimum_engine_version_per_allowed_value.
-
#setting_description ⇒ ::String
Returns the value of attribute setting_description.
-
#setting_name ⇒ ::String
Returns the value of attribute setting_name.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
3367 3368 3369 |
# File 'sig/types.rbs', line 3367 def allowed_values @allowed_values end |
#apply_type ⇒ ::String
Returns the value of attribute apply_type.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def apply_type @apply_type end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
3365 3366 3367 |
# File 'sig/types.rbs', line 3365 def default_value @default_value end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
3368 3369 3370 |
# File 'sig/types.rbs', line 3368 def is_modifiable @is_modifiable end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
3369 3370 3371 |
# File 'sig/types.rbs', line 3369 def is_required @is_required end |
#minimum_engine_version_per_allowed_value ⇒ ::Array[Types::MinimumEngineVersionPerAllowedValue]
Returns the value of attribute minimum_engine_version_per_allowed_value.
3370 3371 3372 |
# File 'sig/types.rbs', line 3370 def minimum_engine_version_per_allowed_value @minimum_engine_version_per_allowed_value end |
#setting_description ⇒ ::String
Returns the value of attribute setting_description.
3364 3365 3366 |
# File 'sig/types.rbs', line 3364 def setting_description @setting_description end |
#setting_name ⇒ ::String
Returns the value of attribute setting_name.
3363 3364 3365 |
# File 'sig/types.rbs', line 3363 def setting_name @setting_name end |