Class: Aws::Types::CreateOptionGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateOptionGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
-
#option_group_description ⇒ ::String
Returns the value of attribute option_group_description.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
765 766 767 |
# File 'sig/types.rbs', line 765 def engine_name @engine_name end |
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
766 767 768 |
# File 'sig/types.rbs', line 766 def major_engine_version @major_engine_version end |
#option_group_description ⇒ ::String
Returns the value of attribute option_group_description.
767 768 769 |
# File 'sig/types.rbs', line 767 def option_group_description @option_group_description end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
764 765 766 |
# File 'sig/types.rbs', line 764 def option_group_name @option_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
768 769 770 |
# File 'sig/types.rbs', line 768 def @tags end |