Class: Aws::Types::ModifyOptionGroupMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:



3261
3262
3263
# File 'sig/types.rbs', line 3261

def options_to_include
  @options_to_include
end

#options_to_remove::Array[::String]

Returns the value of attribute options_to_remove.

Returns:

  • (::Array[::String])


3262
3263
3264
# File 'sig/types.rbs', line 3262

def options_to_remove
  @options_to_remove
end