Class: Aws::RDS::Types::DeleteOptionGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteOptionGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#option_group_name ⇒ String
The name of the option group to be deleted.
Instance Attribute Details
#option_group_name ⇒ String
The name of the option group to be deleted.
<note markdown=“1”> You can’t delete default option groups.
</note>
11991 11992 11993 11994 11995 |
# File 'lib/aws-sdk-rds/types.rb', line 11991 class DeleteOptionGroupMessage < Struct.new( :option_group_name) SENSITIVE = [] include Aws::Structure end |