Class: Aws::Types::OptionGroups
- Inherits:
-
Object
- Object
- Aws::Types::OptionGroups
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#option_groups_list ⇒ ::Array[Types::OptionGroup]
Returns the value of attribute option_groups_list.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
3386 3387 3388 |
# File 'sig/types.rbs', line 3386 def marker @marker end |
#option_groups_list ⇒ ::Array[Types::OptionGroup]
Returns the value of attribute option_groups_list.
3385 3386 3387 |
# File 'sig/types.rbs', line 3385 def option_groups_list @option_groups_list end |