Class: Aws::Types::ModifyOptionGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyOptionGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#options_to_include ⇒ ::Array[Types::OptionConfiguration]
Returns the value of attribute options_to_include.
-
#options_to_remove ⇒ ::Array[::String]
Returns the value of attribute options_to_remove.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def apply_immediately @apply_immediately end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3260 3261 3262 |
# File 'sig/types.rbs', line 3260 def option_group_name @option_group_name end |
#options_to_include ⇒ ::Array[Types::OptionConfiguration]
Returns the value of attribute options_to_include.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def @options_to_include end |
#options_to_remove ⇒ ::Array[::String]
Returns the value of attribute options_to_remove.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def @options_to_remove end |