Class: Aws::RDS::Types::DBParameterGroupNameMessage

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

Overview

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_nameString

Provides the name of the DB parameter group.

Returns:

  • (String)


5497
5498
5499
5500
# File 'lib/aws-sdk-rds/types.rb', line 5497

class DBParameterGroupNameMessage < Struct.new(
  :db_parameter_group_name)
  include Aws::Structure
end