Class: Aws::RDS::Types::DeleteOptionGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteOptionGroupMessage
- Defined in:
- gems/aws-sdk-rds/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.
13013 13014 13015 13016 13017 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13013 class DeleteOptionGroupMessage < Struct.new( :option_group_name) SENSITIVE = [] include Aws::Structure end |