Class: Aws::Types::OptionGroupOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::OptionGroupOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#option_group_options ⇒ ::Array[Types::OptionGroupOption]
Returns the value of attribute option_group_options.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def marker @marker end |
#option_group_options ⇒ ::Array[Types::OptionGroupOption]
Returns the value of attribute option_group_options.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def @option_group_options end |