Class: Aws::RDS::Types::DeleteOptionGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#option_group_nameString

The name of the option group to be deleted.

You can't delete default option groups.

Returns:

  • (String)


11529
11530
11531
11532
11533
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11529

class DeleteOptionGroupMessage < Struct.new(
  :option_group_name)
  SENSITIVE = []
  include Aws::Structure
end